Files
Homarr/tools/types.ts
Thomas "ajnart" Camlong a13dad4d42 Prettier
2022-04-30 21:51:37 +02:00

8 lines
159 B
TypeScript

import { serviceItem } from '../components/AppShelf/AppShelf.d';
export interface Config {
services: serviceItem[];
settings: {};
[key: string]: any;
}