UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

13 lines (12 loc) 252 B
export interface IAddress { [x: string]: { addressStreet: string; city: string; country: string; id?: number; new: boolean; note?: string; postalCode: string; region: string; }; }