UNPKG

@ts-rest/core

Version:

RPC-like experience over a regular REST API, with type safe server implementations 🪄

11 lines (10 loc) • 244 B
export declare class UnknownStatusError extends Error { response: { status: number; body: unknown; }; constructor(response: { status: number; body: unknown; }, knownResponseStatuses: string[]); }