UNPKG

scheunemann-interfaces

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