Skip to content

Commit

Permalink
🌲 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Oct 6, 2023
1 parent a64c7d8 commit 56040d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/VergeNormalization/NormalizedStorageType.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

public protocol NormalizedStorageType: Equatable {

/**
Performs any additional operations for updating.
*/
func finalizeTransaction(transaction: inout ModifyingTransaction<Self>)

static func compare(lhs: Self, rhs: Self) -> Bool
Expand Down

0 comments on commit 56040d3

Please sign in to comment.