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) 279 B
import { IShape } from "."; import { TTypeShape } from "../../types"; export interface ICubage extends IShape { label?: string; type: TTypeShape; height?: number; length?: number; width?: string; baseDiameter?: string; diameter?: string; }