export interface ErrorBody {
    error: string;
}
