UNPKG

ch-chat-api-client-orval

Version:

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

20 lines (18 loc) 503 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ export interface PagedListMetaData { readonly pageCount?: number; readonly totalItemCount?: number; readonly pageNumber?: number; readonly pageSize?: number; readonly hasPreviousPage?: boolean; readonly hasNextPage?: boolean; readonly isFirstPage?: boolean; readonly isLastPage?: boolean; readonly firstItemOnPage?: number; readonly lastItemOnPage?: number; }