ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
15 lines (13 loc) • 372 B
text/typescript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* Cloudhospital.ChatApi
* OpenAPI spec version: 1.0
*/
import type { ChatSessionModel } from './chatSessionModel';
import type { PagedListMetaData } from './pagedListMetaData';
export interface ChatSessionsModel {
/** @nullable */
items?: ChatSessionModel[] | null;
metaData?: PagedListMetaData;
}