mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 04:00:18 +01:00
re-run misskey-js type generator
This commit is contained in:
parent
7f59e6298c
commit
d27389c3a5
1 changed files with 1 additions and 1 deletions
|
@ -6282,7 +6282,7 @@ export type operations = {
|
||||||
content: {
|
content: {
|
||||||
'application/json': {
|
'application/json': {
|
||||||
/** Format: misskey:id */
|
/** Format: misskey:id */
|
||||||
announcementId?: string;
|
announcementId: string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue