Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • IPaginatedResponse

Index

Properties

count

count: number

results

results: T[]

Methods

iterator

  • iterator(): IterableIterator<T[]>
  • Returns IterableIterator<T[]>

Optional next

  • next(): IteratorResult<T[], any>
  • Returns IteratorResult<T[], any>

Optional previous

  • previous(): IteratorResult<T[], any>
  • Returns IteratorResult<T[], any>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Enumeration

Generated using TypeDoc