summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-11-07 13:02:46 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-11-07 13:02:46 +0900
commitedbe30a3df3ca4e2255f7532d26348fda942e5d3 (patch)
treed70afcc3b8cabc34e09318b64c503b7287665763 /packages/misskey-js/src
parentfix type (diff)
downloadmisskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.gz
misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.tar.bz2
misskey-edbe30a3df3ca4e2255f7532d26348fda942e5d3.zip
fix tuype
Diffstat (limited to 'packages/misskey-js/src')
-rw-r--r--packages/misskey-js/src/autogen/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts
index f67ad76fc9..c7c364e66b 100644
--- a/packages/misskey-js/src/autogen/types.ts
+++ b/packages/misskey-js/src/autogen/types.ts
@@ -4948,6 +4948,8 @@ export type components = {
userId: string | null;
/** Format: url */
bannerUrl: string | null;
+ /** Format: id */
+ bannerId: string | null;
pinnedNoteIds: string[];
color: string;
isArchived: boolean;