mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 12:25:30 +02:00
wip
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user