Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/windmill-api/models/AppWithLastVersion.ts";
type alias AppWithLastVersion
import { type AppWithLastVersion } from "https://deno.land/x/windmill@v1.46.2/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>; }