Type Alias CanCreateLinks

An object used to inform the caller whether the current user has privilege to create new Links.

type CanCreateLinks = {
    canCreateLinks?: boolean;
}
Index

Properties

Properties

canCreateLinks?: boolean