export interface ErrorResponse {
    message?: string;
}