Type Alias Pagination

Pagination: { limit?: number; offset?: number }

Type declaration

  • Optionallimit?: number
  • Optionaloffset?: number