@synsci/sdk 1.1.138 → 1.1.140
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.
|
@@ -1154,7 +1154,7 @@ export type KeybindsConfig = {
|
|
|
1154
1154
|
*/
|
|
1155
1155
|
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR";
|
|
1156
1156
|
/**
|
|
1157
|
-
* Server configuration for
|
|
1157
|
+
* Server configuration for synsci serve and web commands
|
|
1158
1158
|
*/
|
|
1159
1159
|
export type ServerConfig = {
|
|
1160
1160
|
/**
|