UNPKG

flexbase-client

Version:
9 lines (8 loc) 160 B
export interface Address { street1: string; street2: string | null; city: string; state: string; postalCode: string; country: string; }