UNPKG
@jss-rule-engine/chat
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/chat
/
dist
/
src
/
client
/
plugins
/
pluginConfig.d.ts
5 lines
(4 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
5
export
type
PluginConfig
= {
autoConfig
:
boolean
;
hostUrl
?:
string
; };