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

16 lines
285 B
TypeScript
Raw Normal View History

const RapidApiConfigResponse = [
{
sectionName: "General",
id: 1,
children: [
{
label: "Rapid Api Connection Name",
configProperty: "connectionName",
controlType: "INPUT_TEXT",
},
],
},
];
export default RapidApiConfigResponse;