Skip to main content
Module

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

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 AppWithLastVersion
import { AppWithLastVersion } from "https://deno.land/x/windmill@v1.73.1/windmill-api/index.ts";
type alias AppWithLastVersion
import { type AppWithLastVersion } from "https://deno.land/x/windmill@v1.73.1/windmill-api/index.ts";
definition: { id: number; workspace_id: string; path: string; summary: string; versions: Array<number>; created_by: string; created_at: string; value: any; policy: Policy; execution_mode: AppWithLastVersion.execution_mode; extra_perms: Record<string, boolean>; }