interface GlobalDescriptor {
    mutable?: boolean;
    value: ValueType;
}

Properties

Properties

mutable?: boolean
value: ValueType