UNPKG

@teamsight/flight

Version:

Lambda life cycles

6 lines (5 loc) 142 B
export declare class HttpError extends Error { statusCode: number; body: string; constructor(statusCode: number, body: string); }