UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

9 lines (8 loc) 210 B
export class DateFilter { constructor( public pickStartDate: Date, public pickEndDate: Date, public deliveryStartDate: Date, public deliveryEndDate: Date ) { } }