export type TTypeShape = 'rectangular' | 'cylindar' | 'conical' | 'spherical' | 'other' | 'predefined';
