Type alias NationalId

NationalId: {
    country: Country;
    number: string;
}

National Identification details.

Type declaration

Example

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