1
0

regenerate misskey-js

This commit is contained in:
Hazelnoot
2025-02-08 13:19:29 -05:00
parent 1126c09669
commit 7a8abbba6a
+6 -2
View File
@@ -29686,7 +29686,9 @@ export type operations = {
isBlocked: boolean; isBlocked: boolean;
isMuted: boolean; isMuted: boolean;
isRenoteMuted: boolean; isRenoteMuted: boolean;
}, { isInstanceMuted?: boolean;
memo?: string | null;
}, ({
/** Format: id */ /** Format: id */
id: string; id: string;
isFollowing: boolean; isFollowing: boolean;
@@ -29697,7 +29699,9 @@ export type operations = {
isBlocked: boolean; isBlocked: boolean;
isMuted: boolean; isMuted: boolean;
isRenoteMuted: boolean; isRenoteMuted: boolean;
}[]]>; isInstanceMuted?: boolean;
memo?: string | null;
})[]]>;
}; };
}; };
/** @description Client error */ /** @description Client error */