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.

5 lines (4 loc) 157 B
import { PickupConstraint } from './pickupConstraint'; export declare class DatedPickupConstraint extends PickupConstraint { date: string | undefined; }