Refactor config, move ipc calls to app module, some cleanup (#2669)
This commit is contained in:
@@ -120,7 +120,7 @@ export type BuildConfig = {
|
||||
}
|
||||
|
||||
export type RegistryConfig = {
|
||||
teams: FullTeam[];
|
||||
teams: Team[];
|
||||
enableServerManagement: boolean;
|
||||
enableAutoUpdater: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user