export type Error = {
    name?: string;
    message?: string;
};
