UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 157 B
export interface IBlueSoftCommercialUnit { typePackaging: string; quantityPackaging: number; ballast: string | null; layer: string | null; }