mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
change default typescript
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user