Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationResult<T>

Type parameters

  • T

Hierarchy

  • PaginationResult

Index

Properties

data

data: T[]

hasNextPage

hasNextPage: boolean

last_modified

last_modified: string | null

next

next: (nextPage?: string | null) => Promise<PaginationResult<T>>

Type declaration

totalRecords

totalRecords: number

Generated using TypeDoc