fix(misskey-js): `notifications/create`のレスポンスの型の更新 (MisskeyIO#455)

This commit is contained in:
まっちゃとーにゅ 2024-02-16 22:13:47 +09:00 committed by GitHub
parent 780610a05e
commit 6751c38a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -22346,12 +22346,6 @@ export type operations = {
'application/json': components['schemas']['Error']; 'application/json': components['schemas']['Error'];
}; };
}; };
/** @description To many requests */
429: {
content: {
'application/json': components['schemas']['Error'];
};
};
/** @description Internal server error */ /** @description Internal server error */
500: { 500: {
content: { content: {