export interface IMPhoneNumberErrorInterface { isInvalid: boolean; countryName: string; }