Interface EntityLog

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

Properties

changes: EntityLogChanges[]
customerUserId: string
timestamp: number