1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 13:35:30 +02:00
This commit is contained in:
syuilo
2024-01-18 17:43:59 +09:00
parent a78013d0e5
commit 7794e7ae2f
2 changed files with 11 additions and 23 deletions

View File

@@ -180,13 +180,10 @@ export interface ReversiGameEventTypes {
key: string;
value: any;
};
message: {
message: string;
};
set: {
putStone: {
pos: number;
};
check: {
syncState: {
crc32: string;
};
started: {