Support TOSCA functions in Node Filters
[sdc.git] / catalog-ui / src / app / models / tosca-function-parameter.ts
index 84c4f0b..a667543 100644 (file)
@@ -24,4 +24,5 @@ import {ToscaFunctionType} from "./tosca-function-type.enum";
 export interface ToscaFunctionParameter {
     type: ToscaFunctionType;
     value: any;
+    buildValueObject(): Object;
 }
\ No newline at end of file