refactor: remove dead code, add more types

This commit is contained in:
Max Baumann
2020-12-14 23:37:35 +01:00
parent 70667a43d7
commit 5d0559aebd
10 changed files with 35 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ interface SBConfig {
}
}
interface SBObject {
export interface SBObject {
configListeners: Array<Function>;
defaults: SBConfig;
localConfig: SBConfig;