export type ResponseErrorPayload = { code: string; message: string; statusCode: number; [key: string]: any; }; //# sourceMappingURL=type.d.ts.map