rune-langium / core/src / LastOperation
Variable: LastOperation
ts
LastOperation: {
$type: "LastOperation";
argument: "argument";
operator: "operator";
};Defined in: packages/core/src/generated/ast.ts:1442
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "LastOperation" | 'LastOperation' | packages/core/src/generated/ast.ts:1504 |
argument | "argument" | 'argument' | packages/core/src/generated/ast.ts:1505 |
operator | "operator" | 'operator' | packages/core/src/generated/ast.ts:1506 |