TypeAlias.UntpCountry
type UntpCountry = {
countryCode: string;
countryName?: string;
};
Type Declaration
| Name | Type |
|---|---|
countryCode | string |
countryName? | string |
type UntpCountry = {
countryCode: string;
countryName?: string;
};
| Name | Type |
|---|---|
countryCode | string |
countryName? | string |