Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/windmill/windmill-api/models/ResourceType.ts>ResourceType

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias ResourceType
import { type ResourceType } from "https://deno.land/x/windmill@v1.345.2/windmill-api/models/ResourceType.ts";
definition: { workspace_id?: string; name: string; schema?: any; description?: string; }