type alias UpdateInputimport { type UpdateInput } from "https://deno.land/x/windmill@v1.416.0/windmill-api/index.ts"; definition: { id: string; name: string; is_public: boolean; }