@databutton/firebase-types 1.70.19 → 1.70.20
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.
|
@@ -1328,7 +1328,7 @@ export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
|
|
|
1328
1328
|
}
|
|
1329
1329
|
export type WriteAttemptStep = WriteAttemptStepSuccess | WriteAttemptStepFailure;
|
|
1330
1330
|
export interface CodeWritingLogMessage {
|
|
1331
|
-
level?: "info" | "error" | "warning" | "success";
|
|
1331
|
+
level?: "info" | "error" | "warning" | "success" | "debug";
|
|
1332
1332
|
message: string;
|
|
1333
1333
|
}
|
|
1334
1334
|
export interface CodeValidationResult {
|