UNPKG

boldsign

Version:

NodeJS client for boldsign

20 lines (19 loc) 489 B
export declare class Address { 'city'?: string | null; 'country'?: string | null; 'line1'?: string | null; 'line2'?: string | null; 'postalCode'?: string | null; 'state'?: string | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }