UNPKG

ch-chat-api-client-orval

Version:

TypeScript API client for CH Chat API with SWR hooks and Axios integration

18 lines (14 loc) 448 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ export type ChatSessionStatus = typeof ChatSessionStatus[keyof typeof ChatSessionStatus]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const ChatSessionStatus = { deactivated: 'deactivated', activated: 'activated', expired: 'expired', requireAgentResponse: 'requireAgentResponse', } as const;