UNPKG

cannoli-interfaces

Version:
17 lines (16 loc) 378 B
import { IMottuAddress } from "./i-address"; export interface IMottuDeliveries { code: string; fullCode: string; name: string; phone: string; observation: string; onlinePayment: boolean; productValue: number; id: number; situation: number; orderRoute: number; address: IMottuAddress; distance: number; deliveryCode: string; }