type alias ResourceTypeimport { type ResourceType } from "https://deno.land/x/windmill@v1.265.1/windmill-api/index.ts"; definition: { workspace_id?: string; name: string; schema?: any; description?: string; }