/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { GeneralLookup } from './generalLookup'; /** * Priority message represents a priority entity with metadata. */ export interface WebitelCasesPriority { color: string; createdAt: string; createdBy: GeneralLookup; description?: string; id: string; name: string; updatedAt: string; updatedBy: GeneralLookup; }