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