export class DateFilter {
    constructor(
        public pickStartDate: Date,
        public pickEndDate: Date,
        public deliveryStartDate: Date,
        public deliveryEndDate: Date
    ) { }
}
