Response: {
    body: string;
    customStatusCode: number;
    headers: Record<string, string>;
    httpStatusCode: number;
}

Type declaration

  • body: string
  • customStatusCode: number
  • headers: Record<string, string>
  • httpStatusCode: number

Generated using TypeDoc