ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
20 lines (16 loc) • 520 B
text/typescript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* Cloudhospital.ChatApi
* OpenAPI spec version: 1.0
*/
export type TemplateComponentInnerParameterType = typeof TemplateComponentInnerParameterType[keyof typeof TemplateComponentInnerParameterType];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const TemplateComponentInnerParameterType = {
text: 'text',
image: 'image',
currency: 'currency',
date_time: 'date_time',
document: 'document',
video: 'video',
} as const;