Skip to main content
Module

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

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 AuditLog
import { AuditLog } from "https://deno.land/x/windmill@v1.92.0/windmill-api/index.ts";
type alias AuditLog
import { type AuditLog } from "https://deno.land/x/windmill@v1.92.0/windmill-api/index.ts";
definition: { id: number; timestamp: string; username: string; operation: AuditLog.operation; action_kind: AuditLog.action_kind; resource?: string; parameters?: any; }