UNPKG

ch-chat-api-client-orval

Version:

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

17 lines (13 loc) 426 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ export type TemplateSubComponentType = typeof TemplateSubComponentType[keyof typeof TemplateSubComponentType]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const TemplateSubComponentType = { quick_reply: 'quick_reply', url: 'url', phone_number: 'phone_number', } as const;