re-run misskey-js type generator

This commit is contained in:
kakkokari-gtyih 2024-11-23 17:26:47 +09:00
parent 7f59e6298c
commit d27389c3a5
1 changed files with 1 additions and 1 deletions

View File

@ -6282,7 +6282,7 @@ export type operations = {
content: {
'application/json': {
/** Format: misskey:id */
announcementId?: string;
announcementId: string;
};
};
};