diff --git a/tools/types.ts b/tools/types.ts new file mode 100644 index 000000000..1adc83639 --- /dev/null +++ b/tools/types.ts @@ -0,0 +1,7 @@ +import { serviceItem } from "../components/AppShelf/AppShelf.d"; + +export interface Config { + services: serviceItem[]; + settings: {}; + [key: string]: any; +} \ No newline at end of file