interface UmbAuditLogModel<LogType = any> {
    comment?: null | string;
    logType: LogType;
    parameters?: null | string;
    timestamp: string;
    user: UmbReferenceByUnique;
}

Type Parameters

  • LogType = any

Hierarchy (View Summary)

Properties

comment?: null | string
logType: LogType
parameters?: null | string
timestamp: string
MMNEPVFCICPMFPCPTTAAATR