UNPKG

275 BTypeScriptView Raw
1export type ServerError = Error & {
2 response: Response;
3 result: Record<string, any> | string;
4 statusCode: number;
5};
6export declare const throwServerError: (response: Response, result: any, message: string) => never;
7//# sourceMappingURL=throwServerError.d.ts.map
\No newline at end of file