type alias CreateInputimport { type CreateInput } from "https://deno.land/x/windmill@v1.416.0/windmill-api/index.ts"; definition: { name: string; args: any; }