Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 18, 2024
1 parent ca20996 commit 9c8bb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
TelegramAPIResponse,
TelegramUpdate,
} from "@gramio/types";
import type { Telegram } from ".";
import type { Telegram } from "./index";

export type APIMethodRawResponse = {
[APIMethod in keyof APIMethods]: APIMethodParams<APIMethod> extends undefined
Expand Down

0 comments on commit 9c8bb0d

Please sign in to comment.