1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 09:35:33 +02:00
This commit is contained in:
syuilo
2024-01-27 17:50:41 +09:00
parent 0f2991cbaf
commit ab404d491d
20 changed files with 1036 additions and 493 deletions

View File

@@ -106,5 +106,9 @@ export const packedMahjongRoomDetailedSchema = {
type: 'boolean',
optional: false, nullable: false,
},
timeLimitForEachTurn: {
type: 'number',
optional: false, nullable: false,
},
},
} as const;