UNPKG

chatkitty

Version:
25 lines (17 loc) 614 B
# Pageable ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | **number** | | [optional] [default to undefined] **size** | **number** | | [optional] [default to undefined] **sort** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { Pageable } from 'chatkitty'; const instance: Pageable = { page, size, sort, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)