UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 260 B
import { ILatLng } from './i-company-lat-lng'; export interface IDeliveryArea { deliveryFee: number; id: string; latlngs: ILatLng[]; maxTime: number; minTime: number; minimumOrderValue: number; name: string; sequence: number; }