Skip to content

Commit

Permalink
[WM] Script 'f/f/triumphant_script' deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouv committed Jun 5, 2024
1 parent 14b7dc4 commit 4ed76c5
Showing 1 changed file with 3 additions and 2 deletions.
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 };
}

0 comments on commit 4ed76c5

Please sign in to comment.