Interface PostalCode

The postal code format of the country

interface PostalCode {
    format: string;
    regex: string;
}

Properties

Properties

format: string

The format of the postal code

regex: string

The regex of the postal code