interface RawRoadClosureTransactionObject {
    actionType: TRANSACTION_ACTIONS;
    newValue?: ObjectLiteral;
    objectID: ObjectId;
    objectType: "roadClosure";
    oldValue?: ObjectLiteral;
}

Properties

newValue?: ObjectLiteral
objectID: ObjectId
objectType: "roadClosure"
oldValue?: ObjectLiteral