@mozilla/nimbus-schemas 2024.11.1 → 2024.11.2
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.
package/index.d.ts
CHANGED
|
@@ -362,7 +362,7 @@ export interface ExperimentMultiFeatureDesktopBranch {
|
|
|
362
362
|
/**
|
|
363
363
|
* An optional string containing the title of the branch
|
|
364
364
|
*/
|
|
365
|
-
firefoxLabsTitle
|
|
365
|
+
firefoxLabsTitle?: string;
|
|
366
366
|
}
|
|
367
367
|
export interface DesktopTombstoneFeatureConfig {
|
|
368
368
|
featureId: "unused-feature-id-for-legacy-support";
|
package/package.json
CHANGED