mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🏷️ Fix missing types
This commit is contained in:
@@ -169,7 +169,7 @@ export const MatchingImages: {
|
|||||||
export interface serviceItem {
|
export interface serviceItem {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
type: string;
|
type: ServiceType;
|
||||||
url: string;
|
url: string;
|
||||||
icon: string;
|
icon: string;
|
||||||
category?: string;
|
category?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user