Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaginationResponse<T>

Type parameters

  • T

Hierarchy

  • PaginationResponse

Index

Constructors

constructor

Properties

Optional items

items: T[]

Optional limit

limit: undefined | number

Optional next

next: undefined | string

Optional offset

offset: undefined | number

Optional previous

previous: undefined | string

Optional totalCount

totalCount: undefined | number

Generated using TypeDoc