diff options
Diffstat (limited to 'packages/misskey-js/src')
| -rw-r--r-- | packages/misskey-js/src/autogen/types.ts | 2 |
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; |