提交 d9518ccb 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

add uninstaller for plugin interface (#1939)

上级 a913ef11
......@@ -114,8 +114,9 @@ export interface WechatyOptions {
ioToken? : string, // Io TOKEN
}
type WechatyPluginUninstaller = () => void
export interface WechatyPlugin {
(bot: Wechaty): void
(bot: Wechaty): void | WechatyPluginUninstaller
}
const PUPPET_MEMORY_NAME = 'puppet'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册