mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-18 16:34:27 -04:00
fix: export ChannelWebhook class
This commit is contained in:
+1
-1
@@ -54,4 +54,4 @@
|
||||
"typed-emitter": "^2.1.0",
|
||||
"typescript": "^5.4.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
export * from "./Bot";
|
||||
export * from "./Channel";
|
||||
export * from "./ChannelUnread";
|
||||
export * from "./ChannelWebhook";
|
||||
export * from "./Emoji";
|
||||
export * from "./File";
|
||||
export * from "./Invite";
|
||||
|
||||
Reference in New Issue
Block a user