Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListResponse<T>

Type parameters

  • T

Hierarchy

Index

Properties

Properties

items

items: T

Optional next

next: undefined | (() => Promise<ListResponse<T>>)

Optional nextCursor

nextCursor: undefined | string