export interface HttpErrorMessage { message?: string; [key: string]: unknown; }