UNPKG

mobyo-interfaces

Version:
7 lines (6 loc) 242 B
import { IMottuEventDeliveryMan } from '../interfaces'; export declare class MottuEventDeliveryManEntity implements IMottuEventDeliveryMan { name: string; phone: string; constructor(data?: Partial<MottuEventDeliveryManEntity>); }