UNPKG

@gobolt/models

Version:

This is a shared repository that includes models that should be shared across all BoxKnight services. Do not include anything for the controller, service or repository layers of your application in this package.

9 lines (8 loc) 349 B
import { DeliveryConstraint } from './deliveryConstraint'; export declare class DatedDeliveryConstraint extends DeliveryConstraint { date: string | undefined; epochEstimateFrom?: number | undefined; epochEstimateTo?: number | undefined; epochPickupEstimateFrom?: number | undefined; epochPickupEstimateTo?: number | undefined; }