@cfxlabsinc/b2b-services
    Preparing search index...

    Service-layer projection of admin.dashboard_role.

    type AdminDashboardRole = {
        createdAt: Date;
        description?: string;
        id: string;
        isSystem: boolean;
        name: string;
        updatedAt: Date;
    }
    Index

    Properties

    createdAt: Date
    description?: string
    id: string

    External id (role_…).

    isSystem: boolean
    name: string
    updatedAt: Date