@rimori/client 2.5.28-next.2 → 2.5.28-next.3
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.
|
@@ -40,6 +40,10 @@ export interface RimoriInfo {
|
|
|
40
40
|
* - 'plugins' for beta and stable release channels
|
|
41
41
|
*/
|
|
42
42
|
dbSchema: 'plugins' | 'plugins_alpha';
|
|
43
|
+
/**
|
|
44
|
+
* Whether text-to-speech is enabled globally (set in rimori-main navbar).
|
|
45
|
+
*/
|
|
46
|
+
ttsEnabled: boolean;
|
|
43
47
|
}
|
|
44
48
|
export declare class RimoriCommunicationHandler {
|
|
45
49
|
private port;
|