ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
24 lines (22 loc) • 488 B
text/typescript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* Cloudhospital.ChatApi
* OpenAPI spec version: 1.0
*/
export interface MediaModel {
/** @nullable */
url?: string | null;
/** @nullable */
thumbnailUrl?: string | null;
/** @nullable */
fileName?: string | null;
/** @nullable */
caption?: string | null;
/** @nullable */
mediaId?: string | null;
/** @nullable */
link?: string | null;
/** @nullable */
readonly expiryTime?: string | null;
}