interface DataType {
    label: string;
    only3D?: boolean;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

label: string
only3D?: boolean
value: string