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