1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 12:25:30 +02:00
This commit is contained in:
syuilo
2024-01-19 10:59:55 +09:00
parent 1259fabd7f
commit 037a1daa79
20 changed files with 114 additions and 253 deletions

View File

@@ -165,7 +165,7 @@ export interface ReversiEventTypes {
game: Packed<'ReversiGameDetailed'>;
};
invited: {
game: Packed<'ReversiMatching'>;
user: Packed<'User'>;
};
}
@@ -180,12 +180,12 @@ export interface ReversiGameEventTypes {
key: string;
value: any;
};
putStone: {
at: Date;
color: boolean;
pos: number;
next: boolean;
};
putStone: {
at: Date;
color: boolean;
pos: number;
next: boolean;
};
syncState: {
crc32: string;
};