UNPKG

ch-chat-api-client-orval

Version:

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

16 lines (14 loc) 544 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ import type { DeleteApiV1ChatTenantIdSessionsSessionIdIntakeformsIntakeFormId403Errors } from './deleteApiV1ChatTenantIdSessionsSessionIdIntakeformsIntakeFormId403Errors'; export type DeleteApiV1ChatTenantIdSessionsSessionIdIntakeformsIntakeFormId403 = { title?: string; status?: number; instance?: string; traceId?: string; errors?: DeleteApiV1ChatTenantIdSessionsSessionIdIntakeformsIntakeFormId403Errors; };