@sprucelabs/heartwood-view-controllers 116.0.1 → 116.0.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.
|
@@ -461,7 +461,7 @@ export type TheatreSettingName = 'kiosk-mode' | 'load-url' | 'log-destination';
|
|
|
461
461
|
export interface TheaterSettingValueTypes {
|
|
462
462
|
'kiosk-mode': boolean;
|
|
463
463
|
'load-url': string;
|
|
464
|
-
'log-destination':
|
|
464
|
+
'log-destination': string;
|
|
465
465
|
}
|
|
466
466
|
export interface Device {
|
|
467
467
|
openUrl(url: string): void;
|
|
@@ -461,7 +461,7 @@ export type TheatreSettingName = 'kiosk-mode' | 'load-url' | 'log-destination';
|
|
|
461
461
|
export interface TheaterSettingValueTypes {
|
|
462
462
|
'kiosk-mode': boolean;
|
|
463
463
|
'load-url': string;
|
|
464
|
-
'log-destination':
|
|
464
|
+
'log-destination': string;
|
|
465
465
|
}
|
|
466
466
|
export interface Device {
|
|
467
467
|
openUrl(url: string): void;
|
package/package.json
CHANGED