diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index be186285a1..1c13bf38ed 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -41,6 +41,7 @@ export async function main( b: "my" | "enum", c: { nested: "object" }, d: string = "default arg", + //e: wmill.Base64 ) { // let x = await wmill.getVariable('u/user/foo') return { foo: a };