@refinio/one.models
    Preparing search index...

    Type Alias RoleConfig

    The config for the Role.

    type RoleConfig = {
        canCreate?: (string | StaticRoleModel)[];
    }
    Index

    Properties

    Properties

    canCreate?: (string | StaticRoleModel)[]