PromucFlow_constructor/app/client/src/mockResponses/QueryConfigResponse.tsx

21 lines
377 B
TypeScript
Raw Normal View History

const queryConfigResponse = [
{
sectionName: "",
id: 1,
children: [
{
label: "",
configProperty: "actionConfiguration.body",
controlType: "QUERY_DYNAMIC_TEXT",
},
{
label: "Label",
configProperty: "property",
controlType: "INPUT_TEXT",
},
],
},
];
export default queryConfigResponse;