UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

14 lines (12 loc) 327 B
export class Stop { constructor( public city: string, public state: string, public zipcode: number, public locationName?: string, public street?: string, public scheduledTime?: Date, public arrivedAt?: Date, public departedAt?: Date ) { } }