export interface AddressInput { line1?: string; line2?: string; city?: string; postalCode?: string; state?: string; country?: string; }