Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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