mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-04 20:45:56 +01:00
Added a types file in tools folder
This commit is contained in:
7
tools/types.ts
Normal file
7
tools/types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { serviceItem } from "../components/AppShelf/AppShelf.d";
|
||||
|
||||
export interface Config {
|
||||
services: serviceItem[];
|
||||
settings: {};
|
||||
[key: string]: any;
|
||||
}
|
||||
Reference in New Issue
Block a user