@databutton/firebase-types 1.70.5 → 1.70.6
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.
|
@@ -1326,7 +1326,7 @@ export interface WriteAttempt {
|
|
|
1326
1326
|
createdAt: Timestamp;
|
|
1327
1327
|
reference: string;
|
|
1328
1328
|
success: boolean;
|
|
1329
|
-
failureReason
|
|
1329
|
+
failureReason: string | null;
|
|
1330
1330
|
messages: {
|
|
1331
1331
|
level: "info" | "error" | "warning";
|
|
1332
1332
|
message: string;
|