ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
16 lines (12 loc) • 332 B
text/typescript
/**
* Generated by orval v7.10.0 🍺
* Do not edit manually.
* Cloudhospital.ChatApi
* OpenAPI spec version: 1.0
*/
export type SortBy = typeof SortBy[keyof typeof SortBy];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const SortBy = {
ascending: 'ascending',
descending: 'descending',
} as const;