UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

12 lines (11 loc) 310 B
import { ILocalLevel } from "."; import { TLocalType } from "../../types"; export interface IMoveOrderSummary { local_type: TLocalType; departure: ILocalLevel; arrival: ILocalLevel; travel_distance: number; carrying_distance: number; move_date: string; cubage: number; }