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