Type Alias TwingConstantNodeAttributes<Value>

TwingConstantNodeAttributes<Value>: {
    value: Value;
}

Type Parameters