UNPKG

ch-chat-api-client-orval

Version:

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

17 lines (15 loc) 443 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ import type { WhatsAppLanguageCode } from './whatsAppLanguageCode'; import type { TemplateComponent } from './templateComponent'; export interface TemplateMessageModel { /** @nullable */ templateName?: string | null; language?: WhatsAppLanguageCode; /** @nullable */ components?: TemplateComponent[] | null; }