interface UpperDieGroup {
    exportIdentifier: string;
    identifier: string;
    name: string;
    radius: number;
}

Hierarchy (view full)

Properties

exportIdentifier: string
identifier: string
name: string
radius: number