Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions f/f/triumphant_script.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import { toWords } from "number-to-words@1"
import * as wmill from "windmill-client"
import * as wmill from "windmill-client";

// fill the type, or use the +Resource type to get a type-safe reference to a resource
// type Postgresql = object
Expand All @@ -10,8 +10,9 @@ export async function main(
//c: Postgresql,
//d: wmill.S3Object, // for large files backed by S3 (https://www.windmill.dev/docs/core_concepts/persistent_storage/large_data_files)
e = "inferred type string from default arg",
f = { nested: "object" },
f = { nested: "object" }
) {
"foo";
// let x = await wmill.getVariable('u/user/foo')
return { foo: a };
}