import { argSigToJsonSchemaType } from "https://deno.land/x/wmill@v1.418.0/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; }[]; }]; }
oldS: SchemaProperty