Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/wmill/deps.ts>AuditLog.action_kind

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
enum AuditLog.action_kind
import { AuditLog } from "https://deno.land/x/wmill@v1.253.0/deps.ts";
const { action_kind } = AuditLog;

Members

CREATED = "Created"
DELETE = "Delete"
EXECUTE = "Execute"
UPDATED = "Updated"