AuditAction variable
The three write actions the trail records.
Signature:
AuditAction: {
readonly INSERT: 'INSERT';
readonly UPDATE: 'UPDATE';
readonly DELETE: 'DELETE';
}
export type AuditAction = (typeof AuditAction)[keyof typeof AuditAction];
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.