@databutton/firebase-types 1.28.11 → 1.29.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.
|
@@ -627,6 +627,12 @@ export type ProjectDeploymentBase<T = ComponentSnapshotBase> = {
|
|
|
627
627
|
build: {
|
|
628
628
|
id: string;
|
|
629
629
|
};
|
|
630
|
+
deployStartedAt?: Timestamp | null;
|
|
631
|
+
deploySucceededAt?: Timestamp | null;
|
|
632
|
+
deployFailedAt?: Timestamp | null;
|
|
633
|
+
uploadStartedAt?: Timestamp | null;
|
|
634
|
+
uploadSucceededAt?: Timestamp | null;
|
|
635
|
+
uploadFailedAt?: Timestamp | null;
|
|
630
636
|
};
|
|
631
637
|
export type ProjectDeployment = ProjectDeploymentBase;
|
|
632
638
|
export type AdminRequirementsConfig = {
|