export type ErrorResponse = { message: string; error?: unknown; };