| 37 | import { Wechaty } from './wechaty' |
| 38 | |
| 39 | export interface IoClientOptions { |
| 40 | token : string, |
| 41 | wechaty : Wechaty, |
| 42 | port?: number |
| 43 | } |
| 44 | |
| 45 | const DEFAULT_IO_CLIENT_OPTIONS: Partial<IoClientOptions> = { |
| 46 | port: 8788, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…