Type Alias NationalIdentification

NationalIdentification: { country: Country; number: string }

National Identification details.

Type declaration

{
number: "123456789",
country: "US"
}