Module

x/windmill/windmill-api/models/Folder.ts>Folder

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
type alias Folder
import { type Folder } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/models/Folder.ts";
definition: { name: string; owners: Array<string>; extra_perms: Record<string, boolean>; summary?: string; created_by?: string; edited_at?: string; }