Documentation
    Preparing search index...

    Interface AuthUserRole

    interface AuthUserRole {
        entityId: string;
        name: AUTH_USER_ROLE_NAME;
        scope: "organization" | "tenant";
    }
    Index
    entityId: string
    scope: "organization" | "tenant"