export interface Error {
    title: string;
    message: string;
    icon: string;
}
