Skip to main content
Module

x/windmill/windmill-api/index.ts>ListableApp

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
namespace ListableApp
import { ListableApp } from "https://deno.land/x/windmill@v1.46.1/windmill-api/index.ts";
type alias ListableApp
import { type ListableApp } from "https://deno.land/x/windmill@v1.46.1/windmill-api/index.ts";
definition: { id?: number; workspace_id?: string; path?: string; summary?: string; version?: number; extra_perms?: Record<string, boolean>; execution_mode?: ListableApp.execution_mode; }