# Cursor ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **after** | **string** | Cursor to use as \'after\' in your next request, to continue walking forwards in time. | [optional] [default to undefined] **before** | **string** | Cursor to use as \'before\' in your next request, to continue walking backwards in time. | [optional] [default to undefined] ## Example ```typescript import { Cursor } from 'eve-esi-client-ts'; const instance: Cursor = { after, before, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)