build-misskey-js-with-typesを実行

This commit is contained in:
tetsuya-ki 2024-10-20 05:57:52 +00:00
parent 1226bd6511
commit 576564f24f
1 changed files with 2 additions and 0 deletions

View File

@ -6812,6 +6812,8 @@ export type operations = {
* @default null * @default null
*/ */
hostname?: string | null; hostname?: string | null;
name?: string | null;
comment?: string | null;
}; };
}; };
}; };