UNPKG

ch-chat-api-client-orval

Version:

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

19 lines (17 loc) 589 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ import type { TemplateComponentType } from './templateComponentType'; import type { TemplateSubComponentType } from './templateSubComponentType'; import type { TemplateComponentInnerParameter } from './templateComponentInnerParameter'; export interface TemplateComponent { type?: TemplateComponentType; sub_type?: TemplateSubComponentType; /** @nullable */ index?: string | null; /** @nullable */ parameters?: TemplateComponentInnerParameter[] | null; }