UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

18 lines (17 loc) 340 B
export interface IAdditionalInfo { address: { id: number; postalCode: number; country: string; region: string; city: string; addressStreet: string; note?: string; new: boolean; }; phone: { id: number; number: number; new: boolean; }; }