UNPKG

trillion-viewer

Version:

Trillion 3D Viewer

9 lines (8 loc) 220 B
import { DiamondCutDto } from '../dto/diamond-cut.dto'; export declare class DiamondCut { name: string; description: string; frame: string; band?: string; constructor(diamondCutDto: DiamondCutDto); }