@databutton/firebase-types 1.73.8 → 1.73.10

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.
@@ -1012,6 +1012,7 @@ export interface ProjectTemplate {
1012
1012
  guidelines?: ProjectGuidelines;
1013
1013
  isExample?: boolean;
1014
1014
  deployedToUrl?: string | null;
1015
+ isTemplateForCloning?: boolean;
1015
1016
  }
1016
1017
  export interface Requirements {
1017
1018
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.73.8",
3
+ "version": "1.73.10",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {