Type alias ResponseDetails

ResponseDetails: {
    body: JSONB | string;
    headers: Record<string, string>;
    status: number;
}

Type declaration

  • body: JSONB | string
  • headers: Record<string, string>
  • status: number

Generated using TypeDoc