diff --git a/f/f/triumphant_script.ts b/f/f/triumphant_script.ts index 6ef274d..580564f 100644 --- a/f/f/triumphant_script.ts +++ b/f/f/triumphant_script.ts @@ -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 @@ -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 }; }