UNPKG

mobyo-interfaces

Version:
12 lines (11 loc) 224 B
export interface IIFoodAddress { country: string; state: string; city: string; postalCode: string; district: string; street: string; number: string; latitude: number; longitude: number; }