UNPKG

@experteam-mx/ngx-services

Version:

Angular common services for Experteam apps

9 lines (8 loc) 243 B
import { ActiveLessSymfonyModel } from './api.models'; export interface ShipmentEmployeeCustomers extends ActiveLessSymfonyModel { trackingNumber: string; employeeCustomerId: number; shipment: { id: number; } | null; }