ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
16 lines (14 loc) • 329 B
text/typescript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* Cloudhospital.ChatApi
* OpenAPI spec version: 1.0
*/
export interface TemplateComponentInnerParameterCurreny {
/** @nullable */
fallback_value?: string | null;
/** @nullable */
code?: string | null;
/** @nullable */
amount_1000?: number | null;
}