Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiListResponse<T>

A Brex API response when there are multiple results.

Type parameters

  • T = any

Hierarchy

  • ApiListResponse

Index

Properties

Properties

Optional nextCursor

nextCursor?: string

The next cursor for paginated results (not provided if no next page).

items

items: T[]

The results on the current page.

Generated using TypeDoc