From 255cde62369ae3bcbb14c055c63fedc179e7eb35 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 18 Aug 2022 09:43:11 +0200 Subject: [PATCH] change default typescript --- frontend/src/lib/script_helpers.ts | 1 + 1 file changed, 1 insertion(+) 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 };