UNPKG

ch-chat-api-client-orval

Version:

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

26 lines (24 loc) 561 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ import type { IntakeFormItem } from './intakeFormItem'; export interface IntakeForm { id?: string; tenantId?: string; sessionId?: string; userId?: string; /** @nullable */ phoneNumber?: string | null; createdDate?: string; /** @nullable */ createdBy?: string | null; /** @nullable */ updatedDate?: string | null; /** @nullable */ updateBy?: string | null; /** @nullable */ items?: IntakeFormItem[] | null; }