Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 0bc3760

Browse files
committed
chore: Merge branch 'master' of https://github.com/zhycorp/node-zhycorp
2 parents 6f56e6c + 002ae2c commit 0bc3760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/src/Zhycorp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Bot } from "./interfaces";
1+
import { Bot } from "./interfaces";
22
export declare class ZhycorpWrapper {
33
private readonly baseURL;
44
getBot(id: string): Promise<Bot>;

0 commit comments

Comments
 (0)