interface UmbMediaAuditLogModel {
    comment?: null | string;
    logType: UmbMediaAuditLogType;
    parameters?: null | string;
    timestamp: string;
    user: UmbReferenceByUnique;
}

Hierarchy (View Summary, Expand)

Properties

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