UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

10 lines (9 loc) 182 B
export class FormMetaDataSource { id: string; name: string; description: string; type: number; value: any; label: string; isInactive: boolean; }