UNPKG
koishi-plugin-royale
Version:
latest (1.0.1)
1.0.1
1.0.0
Clash Royale信息查询
github.com/Arshtyi/koishi-plugin-royale
Arshtyi/koishi-plugin-royale
koishi-plugin-royale
/
lib
/
index.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Context
,
Schema
}
from
"koishi"
;
export
declare
const
name =
"royale"
;
export
interface
Config
{
apiKey
:
string
; }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;