UNPKG
koishi-plugin-gyyg-jinriniuchang
Version:
latest (0.0.1)
0.0.1
看看今天你的牛牛多长
koishi-plugin-gyyg-jinriniuchang
/
lib
/
index.d.ts
7 lines
(6 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"jinriniuchang"
;
export
interface
Config
{ }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
):
void
;