Interface NylasListResponse<T>

Interface representation of a Nylas response object that contains a list of objects.

Type Parameters

  • T

Hierarchy

  • NylasListResponse

Properties

data: T[]

The list of requested data objects.

nextCursor?: string

The cursor to use to get the next page of data.

requestId: string

The request ID.

Generated using TypeDoc