Type alias AuditEventBase<T, P>

AuditEventBase<T, P>: {
    data: T;
    id: AuditEventId;
    path: P;
}

Represents a capture of an event.

Type Parameters

Type declaration

Generated using TypeDoc