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

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: {