@webitel/api-services
    Preparing search index...
    interface WebitelCasesCatalog {
        closeReasonGroup?: GeneralLookup;
        code?: string;
        createdAt?: string;
        createdBy?: GeneralLookup;
        defaultPriority?: WebitelCasesPriority;
        description?: string;
        id?: string;
        name?: string;
        prefix?: string;
        searched?: boolean;
        service?: WebitelCasesService[];
        skills?: GeneralLookup[];
        sla?: GeneralLookup;
        state?: boolean;
        status?: GeneralLookup;
        teams?: GeneralLookup[];
        updatedAt?: string;
        updatedBy?: GeneralLookup;
    }
    Index

    Properties

    closeReasonGroup?: GeneralLookup
    code?: string
    createdAt?: string
    createdBy?: GeneralLookup
    defaultPriority?: WebitelCasesPriority
    description?: string
    id?: string
    name?: string
    prefix?: string
    searched?: boolean
    skills?: GeneralLookup[]
    state?: boolean
    status?: GeneralLookup
    teams?: GeneralLookup[]
    updatedAt?: string
    updatedBy?: GeneralLookup