@databutton/firebase-types 1.70.20 → 1.70.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1321,6 +1321,7 @@ export interface WriteAttemptStepBase {
|
|
|
1321
1321
|
export interface WriteAttemptStepSuccess extends WriteAttemptStepBase {
|
|
1322
1322
|
success: true;
|
|
1323
1323
|
modified: string;
|
|
1324
|
+
replaceCount: number;
|
|
1324
1325
|
successfulMethod: string;
|
|
1325
1326
|
}
|
|
1326
1327
|
export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
|