@databutton/firebase-types 1.12.26 → 1.12.27
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.
|
@@ -216,7 +216,10 @@ export interface Project {
|
|
|
216
216
|
name: string;
|
|
217
217
|
owner: string;
|
|
218
218
|
projectCardColor: string;
|
|
219
|
-
|
|
219
|
+
/**
|
|
220
|
+
* @deprecated No longer in use
|
|
221
|
+
*/
|
|
222
|
+
projectUrl?: string;
|
|
220
223
|
current_deployment_id?: string;
|
|
221
224
|
shouldShowStartGuide?: boolean;
|
|
222
225
|
about?: string;
|