/** * Representation of the 'ErrorResponse' schema. */ export type ErrorResponse = { request_id: string; message: string; } & Record; //# sourceMappingURL=error-response.d.ts.map