UNPKG
koishi-plugin-mizuki-bot
Version:
latest (1.1.0)
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
明日方舟多功能Bot
github.com/lonelyion/koishi-plugin-mizuki-bot
lonelyion/koishi-plugin-mizuki-bot
koishi-plugin-mizuki-bot
/
lib
/
user
/
user.d.ts
4 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
import
{
Context
}
from
'koishi'
;
import
{
User
}
from
'../database'
;
export
declare
const
GetUser
:
(
ctx
:
Context
,
id
:
string
,
platform
:
string
) =>
Promise
<
User
>;