From 4dd2f9d159e12e888e4e6dd9dda245e296e38b98 Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Mon, 26 Oct 2020 13:46:14 +0200 Subject: adding inputs and outputs to entry definition (Designer) Issue-ID: CCSDK-2943 Signed-off-by: ShaabanEltanany Change-Id: Iffd5c80ecf3fa35b21ab14b8c70308e0d3ee2a50 --- .../packages/designer/action-attributes/models/Action.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/Action.ts (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/Action.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/Action.ts new file mode 100644 index 000000000..52e555617 --- /dev/null +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/Action.ts @@ -0,0 +1,5 @@ +export class Action { + steps: {}; + inputs: {}; + outputs: {}; +} -- cgit 1.2.3-korg