metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface ResponseData<TOpaque>

    interface ResponseData<TOpaque = null> {
        body: BodyReadable & Dispatcher.BodyMixin;
        context: object;
        headers: IncomingHttpHeaders;
        opaque: TOpaque;
        statusCode: number;
        trailers: Record<string, string>;
    }

    Type Parameters

    • TOpaque = null
    Index
    context: object
    opaque: TOpaque
    statusCode: number
    trailers: Record<string, string>