export type ErrorData = {
    name: string;
    text: string;
};
