MCPcopy
hub / github.com/wechaty/wechaty / DefaultSetting

Interface DefaultSetting

src/config.ts:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109export interface DefaultSetting {
110 DEFAULT_PORT : number,
111 DEFAULT_APIHOST : string,
112 DEFAULT_PROTOCOL : string,
113}
114
115const DEFAULT_SETTING = pkg.wechaty as DefaultSetting
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…