2022-04-30 21:39:59 +02:00
|
|
|
import { serviceItem } from '../components/AppShelf/AppShelf.d';
|
2022-04-30 21:34:41 +02:00
|
|
|
|
|
|
|
|
export interface Config {
|
|
|
|
|
services: serviceItem[];
|
2022-04-30 21:51:37 +02:00
|
|
|
settings: {};
|
|
|
|
|
[key: string]: any;
|
2022-04-30 21:39:59 +02:00
|
|
|
}
|