export type BadRequestResponse = { type: string; title: string; status: number; errors: Record; traceId: string; };