@databutton/firebase-types 1.70.11 → 1.70.13
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.
|
@@ -1334,7 +1334,7 @@ export interface WriteAttempt {
|
|
|
1334
1334
|
success: boolean;
|
|
1335
1335
|
failureReason: string | null;
|
|
1336
1336
|
messages: {
|
|
1337
|
-
level: "info" | "error" | "warning";
|
|
1337
|
+
level: "info" | "error" | "warning" | "success";
|
|
1338
1338
|
message: string;
|
|
1339
1339
|
}[];
|
|
1340
1340
|
steps: WriteAttemptStep[];
|