fix: improve plugins functionality with server management
This commit is contained in:
@@ -50,3 +50,8 @@ export interface PersistedPluginStoreState {
|
||||
installedPlugins: InstalledStorePlugin[];
|
||||
sourceUrls: string[];
|
||||
}
|
||||
|
||||
export interface PersistedServerPluginInstallState {
|
||||
schemaVersion?: number;
|
||||
servers?: Record<string, InstalledStorePlugin[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user