SerenityJS
    Preparing search index...

    Interface IPermissionGroup<T>

    interface IPermissionGroup<T = IPermissionDefinition[]> {
        identifier: string;
        permissions: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    identifier: string

    The identifier of the permission group.

    permissions: T

    The permissions within the group.