SerenityJS
    Preparing search index...

    Interface IPermissionDefinition

    interface IPermissionDefinition {
        commands: string[];
        identifier: string;
    }
    Index

    Properties

    Properties

    commands: string[]

    The commands of the permission.

    identifier: string

    The identifier of the permission.