type alias CreateResourceimport { type CreateResource } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { path: string; value: unknown; description?: string; resource_type: string; }