@oneblink/sdk-core
    Preparing search index...

    Interface NewRole

    interface NewRole {
        description: string;
        name: string;
        organisationId: string;
        privilege: RolePrivileges;
    }
    Index

    Properties

    description: string
    name: string
    organisationId: string
    privilege: RolePrivileges