1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 19:15:32 +02:00

fix(misskey-js): mahjong/cancel-match returns 204

This commit is contained in:
zyoshoka
2025-04-18 23:28:22 +09:00
parent 431223fbd7
commit ebaf78cddd
5 changed files with 4 additions and 15 deletions

View File

@@ -2024,7 +2024,6 @@ declare namespace entities {
InviteListRequest,
InviteListResponse,
MahjongCancelMatchRequest,
MahjongCancelMatchResponse,
MahjongCreateRoomResponse,
MahjongGamesRequest,
MahjongGamesResponse,
@@ -2837,9 +2836,6 @@ type IWebhooksUpdateRequest = operations['i___webhooks___update']['requestBody']
// @public (undocumented)
type MahjongCancelMatchRequest = operations['mahjong___cancel-match']['requestBody']['content']['application/json'];
// @public (undocumented)
type MahjongCancelMatchResponse = operations['mahjong___cancel-match']['responses']['200']['content']['application/json'];
// @public (undocumented)
type MahjongCreateRoomResponse = operations['mahjong___create-room']['responses']['200']['content']['application/json'];