We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3ead3 commit 84ab4c9Copy full SHA for 84ab4c9
packages/bot/src/bot/index.ts
@@ -8,7 +8,7 @@ import {
8
} from "grammy";
9
import { treaty } from "@elysiajs/eden";
10
11
-import { type ImageSearchServer, type SearchResult } from "image-search-server";
+import type { ImageSearchServer, SearchResult } from "image-search-server";
12
13
export type FrameworkAdapter = Parameters<typeof webhookCallback>[1];
14
0 commit comments