interface RawSegmentTransactionObject {
    actionType: TRANSACTION_ACTIONS;
    newValue: Partial;
    objectID: ObjectId;
    objectType: "segment";
    oldValue: Partial;
    references?: RawHistoryEntityReference[];
}

Properties

newValue: Partial
objectID: ObjectId
objectType: "segment"
oldValue: Partial