Response<T>: {
    body: T;
    rawBody: Buffer;
} & PlainResponse

Type Parameters

  • T = unknown

Type declaration

  • body: T

    The result of the request.

  • rawBody: Buffer

    The raw result of the request.