nylas
    Preparing search index...

    Interface NylasResponse<T>

    Interface representation of a Nylas response object

    interface NylasResponse<T> {
        data: T;
        flowId?: string;
        headers?: Record<string, string>;
        requestId: string;
    }

    Type Parameters

    • T
    Index

    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