Skip to content

AddExpression

type AddExpression = object;

op: typeof $add;

type: typeof $set;

value:
| number
| ValueReference<number>;