export interface AdminErrorBody {
    error: string;
}
