interface RawTransactionObject {
    actionType?: TRANSACTION_ACTIONS;
    newValue?: ObjectLiteral;
    objectID: ObjectId;
    objectType: ObjectType;
    oldValue?: ObjectLiteral;
}

Properties

actionType?: TRANSACTION_ACTIONS
newValue?: ObjectLiteral
objectID: ObjectId
objectType: ObjectType
oldValue?: ObjectLiteral