@webitel/api-services
    Preparing search index...
    interface WebitelCasesService {
        assignee?: GeneralLookup;
        catalogId?: string;
        code?: string;
        createdAt?: string;
        createdBy?: GeneralLookup;
        defaultPriority?: WebitelCasesPriority;
        description?: string;
        group?: GeneralExtendedLookup;
        id?: string;
        name?: string;
        rootId?: string;
        searched?: boolean;
        service?: WebitelCasesService[];
        sla?: GeneralLookup;
        state?: boolean;
        updatedAt?: string;
        updatedBy?: GeneralLookup;
    }
    Index

    Properties

    assignee?: GeneralLookup
    catalogId?: string
    code?: string
    createdAt?: string
    createdBy?: GeneralLookup
    defaultPriority?: WebitelCasesPriority
    description?: string
    id?: string
    name?: string
    rootId?: string
    searched?: boolean
    state?: boolean
    updatedAt?: string
    updatedBy?: GeneralLookup