UNPKG

mobyo-interfaces

Version:
9 lines (8 loc) 207 B
import { INineNineLocation } from "./i-location"; export interface INineNineAddressInfo { location: INineNineLocation; address: string; complement: string; name: string; phone: string; }