@elyx-code/project-logic-tree 0.0.6018 → 0.0.6019

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.
@@ -1,7 +1,7 @@
1
1
  import { IDataTypeTransfer, IReturnDeclarationReference, IReturnDeclarationTransfer, IContinueStatementReference, IContinueStatementTransfer, ILoopReference, IConditionReference, IOutputMapReference } from '../../../../..';
2
2
 
3
3
  export declare const helloWorldLoopContinueStatementOutputParentRef: IContinueStatementReference;
4
- export declare const helloWorldLoopContinueStatementOutputDataTypePrentRef: IReturnDeclarationReference;
4
+ export declare const helloWorldLoopContinueStatementOutputDataTypeParentRef: IReturnDeclarationReference;
5
5
  export declare const helloWorldLoopContinueStatementOutputDataType: IDataTypeTransfer;
6
6
  export declare const helloWorldLoopContinueStatementOutputReadsValueRef: IOutputMapReference;
7
7
  export declare const helloWorldLoopContinueStatementOutput: IReturnDeclarationTransfer;