Skip to main content

TypeAlias.UntpCountry

type UntpCountry = {
countryCode: string;
countryName?: string;
};

Type Declaration

NameType
countryCodestring
countryName?string