UNPKG

mobyo-interfaces

Version:
10 lines (9 loc) 242 B
import { INineNineLocation } from "../responses/i-location"; export interface INineNineAddressCreateInfo { location: INineNineLocation; address: string; complement: string; name: string; phone: string; note: string; }