style: type

This commit is contained in:
手瓜一十雪
2024-08-25 21:59:07 +08:00
parent 5b99c3aca4
commit 5519fa9c0e
2 changed files with 1 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ export interface OB11MessageCustomMusic {
export interface OB11MessageJson {
type: OB11MessageDataType.json;
data: { config: { token: string } } & any;
data: { config: { token: string }, data: string };
}
export interface OB11MessageDice {