types
    Preparing search index...

    Type Alias AuditLog

    type AuditLog = {
        difference: any;
        id: number;
        operationName: string;
        operatorId?: string;
        operatorType?: string;
        readonly?: boolean;
        recordId: number;
        recordName: string;
        timestamp: Date;
    }
    Index

    Properties

    difference: any
    id: number
    operationName: string
    operatorId?: string
    operatorType?: string
    readonly?: boolean
    recordId: number
    recordName: string
    timestamp: Date