@dypai-ai/client-sdk - v1.12.0
    Preparing search index...
    interface Role {
        created_at?: string;
        description?: string | null;
        id: string;
        name: string;
        permissions?: RolePermissions | null;
        updated_at?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    created_at?: string
    description?: string | null
    id: string
    name: string
    permissions?: RolePermissions | null
    updated_at?: string