Interface NylasResponse<T>

Interface representation of a Nylas response object

Type Parameters

  • T

Hierarchy

  • NylasResponse

Properties

data: T

The requested data object

flowId?: string

The flow ID Provide this t

headers?: Record<string, string>

The response headers

requestId: string

The request ID

Generated using TypeDoc