build-misskey-js-with-types

This commit is contained in:
tamaina 2025-08-28 11:44:50 +09:00
parent eb210ff8f3
commit 046a8ddaa0
1 changed files with 2 additions and 2 deletions

View File

@ -4058,8 +4058,8 @@ export type components = {
/** Format: id */ /** Format: id */
bannerId: string | null; bannerId: string | null;
followedMessage: string | null; followedMessage: string | null;
isModerator: boolean | null; isModerator: boolean;
isAdmin: boolean | null; isAdmin: boolean;
injectFeaturedNote: boolean; injectFeaturedNote: boolean;
receiveAnnouncementEmail: boolean; receiveAnnouncementEmail: boolean;
alwaysMarkNsfw: boolean; alwaysMarkNsfw: boolean;