build-misskey-js-with-types (#16471)

* build-misskey-js-with-types

* build-misskey-js-with-types
This commit is contained in:
tamaina 2025-08-28 11:45:46 +09:00 committed by GitHub
parent fc1693f768
commit 084ccf5c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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