/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { GeneralExtendedLookup } from './generalExtendedLookup'; import type { GeneralLookup } from './generalLookup'; import type { WebitelCasesPriority } from './webitelCasesPriority'; export 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; }