1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-13 00:34:16 +02:00
This commit is contained in:
syuilo
2024-01-19 20:49:17 +09:00
parent 353098f576
commit 8dc2f1f49d
13 changed files with 204 additions and 231 deletions

View File

@@ -175,6 +175,7 @@ export interface ReversiGameEventTypes {
user2: boolean;
};
updateSettings: {
userId: MiUser['id'];
key: string;
value: any;
};