@databutton/firebase-types 1.16.1 → 1.17.0
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.
|
@@ -95,6 +95,12 @@ export type FeatureFlag = PartialRolloutFeatureFlag | OnOffFeatureFlag | Segment
|
|
|
95
95
|
* Every project contains 1 multipage app which in turn contains 0-n pages.
|
|
96
96
|
*/
|
|
97
97
|
export interface MultipageApp {
|
|
98
|
+
/**
|
|
99
|
+
* Name of the multipage app
|
|
100
|
+
*
|
|
101
|
+
* As of 2023-02-09 this is synced with the project and will equal the project name
|
|
102
|
+
*/
|
|
103
|
+
displayName: string;
|
|
98
104
|
/**
|
|
99
105
|
* Autogenerated short-url for this multipage app (/v/something)
|
|
100
106
|
*/
|