Repository URL to install this package:
|
Version:
1.1.6 ▾
|
export interface AddressType {
addressline1: never;
addressline2: never;
addressLine1: string;
addressLine2?: string;
city: string;
country: string;
zipcode?: string;
postalCode?: string;
zipCode?: string;
state?: string;
firstName?: string;
lastName?: string;
telephone?: string;
phoneNumber?: string;
email?: string;
}