change default typescript

This commit is contained in:
Ruben Fiszel
2022-08-18 09:43:11 +02:00
parent 3a60f38fa6
commit 255cde6236
+1
View File
@@ -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 };