type alias CreateResourceimport { type CreateResource } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/models/CreateResource.ts"; definition: { path: string; value: any; description?: string; resource_type: string; }