mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-06 13:35:48 +01:00
7 lines
156 B
TypeScript
7 lines
156 B
TypeScript
|
|
import { serviceItem } from "../components/AppShelf/AppShelf.d";
|
||
|
|
|
||
|
|
export interface Config {
|
||
|
|
services: serviceItem[];
|
||
|
|
settings: {};
|
||
|
|
[key: string]: any;
|
||
|
|
}
|