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