export interface Iwebsite {
    alias: string;
    url: string;
    token: string
}

