mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 20:43:38 +00:00
build-misskey-js-with-types (#16471)
* build-misskey-js-with-types * build-misskey-js-with-types
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user