@databutton/firebase-types 1.27.4 → 1.28.1
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.
|
@@ -444,9 +444,9 @@ export interface Requirements {
|
|
|
444
444
|
installStartedAt?: Timestamp | null;
|
|
445
445
|
installSuccessAt?: Timestamp | null;
|
|
446
446
|
installFailedAt?: Timestamp | null;
|
|
447
|
-
requirementsLock
|
|
448
|
-
requirementsHash
|
|
449
|
-
logs
|
|
447
|
+
requirementsLock?: string | null;
|
|
448
|
+
requirementsHash?: string | null;
|
|
449
|
+
logs?: string | null;
|
|
450
450
|
}
|
|
451
451
|
export interface ProdxConfig {
|
|
452
452
|
views?: {
|