mirror of
https://github.com/ajnart/homarr.git
synced 2026-04-02 10:20:20 +02: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;
|
|
} |