@databutton/firebase-types 1.23.0 → 1.24.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.
|
@@ -565,6 +565,7 @@ export type Build = {
|
|
|
565
565
|
};
|
|
566
566
|
export type BuildRequest = Omit<Build, "resolveFailedAt" | "resolveSucceededAt" | "buildStartedAt" | "buildSucceededAt" | "buildFailedAt" | "devxDeployStartedAt" | "devxDeploySucceededAt" | "devxDeployFailedAt"> & {
|
|
567
567
|
deployToDevx: boolean;
|
|
568
|
+
overrideDevxVersion?: string;
|
|
568
569
|
};
|
|
569
570
|
type WithDocRef<T> = T & {
|
|
570
571
|
id: string;
|