UNPKG
koishi-plugin-yunzai
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
0.0.1
0.0.0-preview.0
a yunzai adapter for koishi
github.com/kunzaijs/koishi-plugin-yunzai
kunzaijs/koishi-plugin-yunzai
koishi-plugin-yunzai
/
lib
/
characters
/
character.dto.d.ts
10 lines
(9 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * 标准角色数据格式 */
interface CharacterData { id: number; name: string; phase:
5
|
4
; nickname?: Array<string>; }