Skip to content

Commit 84ab4c9

Browse files
fix(bot): mark whole import from server as type
fixes build
1 parent fb3ead3 commit 84ab4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bot/src/bot/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "grammy";
99
import { treaty } from "@elysiajs/eden";
1010

11-
import { type ImageSearchServer, type SearchResult } from "image-search-server";
11+
import type { ImageSearchServer, SearchResult } from "image-search-server";
1212

1313
export type FrameworkAdapter = Parameters<typeof webhookCallback>[1];
1414

0 commit comments

Comments
 (0)