interface RawHistoryEntityReference {
    actionType: ACTION_TYPE;
    objectID: ObjectId;
    objectType: ObjectType;
    referenceType: EditReferenceType;
}

Properties

actionType: ACTION_TYPE
objectID: ObjectId
objectType: ObjectType
referenceType: EditReferenceType