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...

9 lines (8 loc) 204 B
import { TMeasurementUnit } from "../../types"; export interface IShape { unity: TMeasurementUnit; quantity: number; volume: number; congestion: number; description: string; }