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