UNPKG
koishi-plugin-mediawiki
Version:
latest (3.1.0)
next (2.0.0-alpha.2)
3.1.0
3.0.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
2.0.0-alpha.0
1.0.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
MediaWiki for koishijs
github.com/koishijs/koishi-plugin-mediawiki
koishijs/koishi-plugin-mediawiki
koishi-plugin-mediawiki
/
dist
/
types
/
Config.d.ts
10 lines
(9 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
InfoboxDefinition
}
from
'./Infobox'
;
export
interface
Config
{
cmdAuthWiki
:
number
;
cmdAuthConnect
:
number
;
cmdAuthSearch
:
number
;
searchIfNotExist
:
boolean
;
showDetailsByDefault
:
boolean
;
customInfoboxes
:
InfoboxDefinition
[]; }