export interface CountryMask {
    code: string;
}
