Skip to main content
Module

x/windmill/windmill-api/index.ts>MainArgSignature

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
namespace MainArgSignature
import { MainArgSignature } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
type alias MainArgSignature
import { type MainArgSignature } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
definition: { type: MainArgSignature.type; error: string; star_args: boolean; star_kwargs?: boolean; args: Array<{ name: string; typ: (
| "float"
| "int"
| "bool"
| "email"
| "unknown"
| "bytes"
| "dict"
| "datetime"
| "sql"
| { resource: string | null; }
| { str: Array<string> | null; }
| { object: Array<{ key: string; typ: (
| "float"
| "int"
| "bool"
| "email"
| "unknown"
| "bytes"
| "dict"
| "datetime"
| "sql"
| { str: any; }
); }>; }
| { list: (
| "float"
| "int"
| "bool"
| "email"
| "unknown"
| "bytes"
| "dict"
| "datetime"
| "sql"
| { str: any; }
) | null
; }
); has_default?: boolean; default?: any; }>; }