Interface VariantTypeBase

interface VariantTypeBase {
    index: number;
    type: number;
    typeName: string;
}

Hierarchy (view full)

Properties

Properties

index: number
type: number
typeName: string