add configuration types
This commit is contained in:
8
client/src/lib/configurationTypes.ts
Normal file
8
client/src/lib/configurationTypes.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type ConfigItem = {
|
||||
description: string;
|
||||
value: string | number | boolean;
|
||||
}
|
||||
|
||||
export type InspectorConfig = {
|
||||
MCP_SERVER_REQUEST_TIMEOUT: ConfigItem;
|
||||
};
|
||||
Reference in New Issue
Block a user