UNPKG

ch-chat-api-client-orval

Version:

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

22 lines (20 loc) 455 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ export interface ActionParameters { /** @nullable */ flow_id?: string | null; /** @nullable */ flow_token?: string | null; /** @nullable */ flow_cta?: string | null; /** @nullable */ flow_action?: string | null; /** @nullable */ flow_message_version?: string | null; /** @nullable */ mode?: string | null; }