export interface Country {
    mask: string;
    name: string;
}
