Magek Framework
    Preparing search index...

    Interface CommandRoleAccess

    interface CommandRoleAccess {
        authorize?: CommandAuthorizer | Class<RoleInterface>[] | "all";
    }
    Index

    Properties

    Properties

    authorize?: CommandAuthorizer | Class<RoleInterface>[] | "all"