1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-05 16:24:10 +02:00

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

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;