🏷️ Fix missing types

This commit is contained in:
ajnart
2022-08-07 12:13:44 +02:00
parent d07b51f67d
commit f0bb3f08b0

View File

@@ -169,7 +169,7 @@ export const MatchingImages: {
export interface serviceItem {
id: string;
name: string;
type: string;
type: ServiceType;
url: string;
icon: string;
category?: string;