@juki-team/commons - v0.1.10
    Preparing search index...

    Interface EntityLog

    interface EntityLog {
        changes: EntityLogChanges[];
        customerUserId: string;
        timestamp: number;
    }
    Index

    Properties

    changes: EntityLogChanges[]
    customerUserId: string
    timestamp: number