mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { serviceItem } from '../components/AppShelf/AppShelf.d';
|
|
|
|
export interface Config {
|
|
services: serviceItem[];
|
|
settings: {};
|
|
[key: string]: any;
|
|
}
|