function argSigToJsonSchemaTypeimport { argSigToJsonSchemaType } from "https://dotland.deno.dev/x/wmill@v1.354.0/metadata.ts"; argSigToJsonSchemaType(t: | string | { resource: string | null; } | { list: | string | { str: any; } | { object: { key: string; typ: any; }[]; } | null; } | { str: string[] | null; } | { object: { key: string; typ: any; }[]; } | { oneof: [{ label: string; properties: { key: string; typ: any; }[]; }]; }, oldS: SchemaProperty): voidParameterst: | string | { resource: string | null; } | { list: | string | { str: any; } | { object: { key: string; typ: any; }[]; } | null; } | { str: string[] | null; } | { object: { key: string; typ: any; }[]; } | { oneof: [{ label: string; properties: { key: string; typ: any; }[]; }]; }oldS: SchemaPropertyReturnsvoid