From 4ed76c5b30ebe052bc1f00108ebeba67c404ddf2 Mon Sep 17 00:00:00 2001 From: "guillaume@windmill.dev" Date: Wed, 5 Jun 2024 15:54:24 +0000 Subject: [PATCH] [WM] Script 'f/f/triumphant_script' deployed --- f/f/triumphant_script.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }; }