Interface ConstantValueImplementation

interface ConstantValueImplementation {
    attributes?: ImplementationAttributes;
    subType: "constant";
    type: "value";
    value: unknown;
}

Hierarchy (View Summary)

Properties

subType: "constant"
type: "value"
value: unknown