type alias WorkspaceDeployUISettingsimport { type WorkspaceDeployUISettings } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts"; definition: { include_path?: Array<string>; include_type?: Array< | "script" | "flow" | "app" | "resource" | "variable" | "secret">; }