We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11af2d6 commit 82f9fd9Copy full SHA for 82f9fd9
1 file changed
ts/examples/simple-example-ts/index.ts
@@ -55,7 +55,7 @@ sdk.registerRuntimeFunctionDefinitionsAndFunctionDefinitions({
55
56
sdk.registerFlowTypes(
57
{
58
- signature: "(a: TEXT): TEXT",
+ signature: "(): TEXT",
59
linkedDataTypes: ["TEXT"],
60
editable: false,
61
identifier: "test_flow",
0 commit comments