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:
@@ -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'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user