From 084ccf5c9a99c7bb0ed0e906a8ad430aac7ec67d Mon Sep 17 00:00:00 2001 From: tamaina Date: Thu, 28 Aug 2025 11:45:46 +0900 Subject: [PATCH] build-misskey-js-with-types (#16471) * build-misskey-js-with-types * build-misskey-js-with-types --- packages/misskey-js/src/autogen/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 908a9289f3..d92ef599f3 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -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;