UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

8 lines 194 B
export class Representative { constructor( public representativeId: number, public name: string, public phone: number, public email: string ) { } }