@databutton/firebase-types 1.72.50 → 1.72.51
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.
|
@@ -908,6 +908,8 @@ export interface ProjectTemplateRequirementsSnapshot {
|
|
|
908
908
|
export interface ProjectTemplateBuildSnapshot {
|
|
909
909
|
devxImage?: string;
|
|
910
910
|
prodxImage?: string;
|
|
911
|
+
devxVersion?: string;
|
|
912
|
+
workspaceVersion?: string;
|
|
911
913
|
image?: string | null;
|
|
912
914
|
}
|
|
913
915
|
export interface ProjectTemplate {
|