diff --git a/src/tools/types.ts b/src/tools/types.ts index 97b53d60f..527302b52 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -169,7 +169,7 @@ export const MatchingImages: { export interface serviceItem { id: string; name: string; - type: string; + type: ServiceType; url: string; icon: string; category?: string;