@umbraco-cms/backoffice

    Interface UmbAuditLogModel<LogType>

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

    Type Parameters

    • LogType = any

    Hierarchy (View Summary)

    Index

    Properties

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