Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CursorPagingObject<T>

Type parameters

  • T

Hierarchy

  • CursorPagingObject

Index

Properties

cursors

cursors: { after: string; before: string }

Type declaration

  • after: string
  • before: string

href

href: string

items

items: T[]

limit

limit: number

next

next: string

total

total: number

Generated using TypeDoc