export type Error = {
    error: string;
};
