@elyx-code/project-logic-tree 0.0.6964 → 0.0.6966
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +25 -24
- package/dist/index.d.ts +1 -0
- package/dist/index.js +537 -374
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -22357,6 +22357,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
22357
22357
|
|
|
22358
22358
|
export declare interface IExecutionCallbackContext {
|
|
22359
22359
|
detached: boolean;
|
|
22360
|
+
execution?: Execution;
|
|
22360
22361
|
}
|
|
22361
22362
|
|
|
22362
22363
|
export declare interface IExecutionClient {
|