@spash/frontlib 1.2.17 → 1.2.18

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/dist/main.d.ts CHANGED
@@ -156,6 +156,7 @@ export declare interface Field {
156
156
  camerasConfiguration: CameraConfiguration[];
157
157
  advertHmiPostMatchImage: string;
158
158
  advertHmiLoadingImage: string;
159
+ scanToLaunchRequired: boolean;
159
160
  sportCenter: SportCenter;
160
161
  }
161
162