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.

7 lines (6 loc) 313 B
import { DatedPickupConstraint } from '../constraints/datedPickupConstraint'; import { WeekDayPickupConstraint } from '../constraints/weekdayPickupConstraint'; export declare class PickupConstraintsByWeek { usuals: WeekDayPickupConstraint[] | undefined; exceptions: DatedPickupConstraint[] | undefined; }