UI support for default custom function names
[sdc.git] / catalog-ui / src / jest / mocks / default-custom-tosca-function.mock.ts
1 export const defaultCustomFunctionsMock = {
2     defaultCustomToscaFunction: [
3         {
4             name: "custom-func-1",
5             type: "custom"
6         },
7         {
8             name: "custom-func-2",
9             type: "custom"
10         }
11     ]
12 }