rune-langium / core/src / WithMetaEntry
Variable: WithMetaEntry
ts
WithMetaEntry: {
$type: "WithMetaEntry";
key: "key";
value: "value";
};Defined in: packages/core/src/generated/ast.ts:5716
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "WithMetaEntry" | 'WithMetaEntry' | packages/core/src/generated/ast.ts:5724 |
key | "key" | 'key' | packages/core/src/generated/ast.ts:5725 |
value | "value" | 'value' | packages/core/src/generated/ast.ts:5726 |