Type Alias NxAppCreatePrivileges

type NxAppCreatePrivileges = {
    canCreate?: boolean;
    resource?: string;
}
Index

Properties

canCreate?: boolean

Is set to true if the user has privileges to create the resource.

resource?: string

Type of resource. For example, sheet, story, bookmark, etc.