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

x/windmill/windmill-api/models/AppWithLastVersion.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.46.1/windmill-api/models/AppWithLastVersion.ts";
type alias AppWithLastVersion
import { type AppWithLastVersion } from "https://deno.land/x/windmill@v1.46.1/windmill-api/models/AppWithLastVersion.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>; }