Class PaginationResponse<T>

Export

PaginationResponse

Type Parameters

  • T

Constructors

Properties

items?: T[]

Memberof

PaginationResponse

limit?: number

Memberof

PaginationResponse

next?: string

Memberof

PaginationResponse

offset?: number

Memberof

PaginationResponse

previous?: string

Memberof

PaginationResponse

totalCount?: number

Memberof

PaginationResponse