Skip to main content
Module

x/wmill/metadata.ts>argSigToJsonSchemaType

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Go to Latest
function argSigToJsonSchemaType
import { argSigToJsonSchemaType } from "https://deno.land/x/wmill@v1.396.1/metadata.ts";

Parameters

t:
| string
| { resource: string | null; }
| { list:
| (string | { object: { key: string; typ: any; }[]; })
| { str: any; }
| { object: { key: string; typ: any; }[]; }
| null
; }
| { dynselect: string; }
| { str: string[] | null; }
| { object: { key: string; typ: any; }[]; }
| { oneof: [{ label: string; properties: { key: string; typ: any; }[]; }]; }