regenerate misskey-js
This commit is contained in:
@@ -29686,7 +29686,9 @@ export type operations = {
|
||||
isBlocked: boolean;
|
||||
isMuted: boolean;
|
||||
isRenoteMuted: boolean;
|
||||
}, {
|
||||
isInstanceMuted?: boolean;
|
||||
memo?: string | null;
|
||||
}, ({
|
||||
/** Format: id */
|
||||
id: string;
|
||||
isFollowing: boolean;
|
||||
@@ -29697,7 +29699,9 @@ export type operations = {
|
||||
isBlocked: boolean;
|
||||
isMuted: boolean;
|
||||
isRenoteMuted: boolean;
|
||||
}[]]>;
|
||||
isInstanceMuted?: boolean;
|
||||
memo?: string | null;
|
||||
})[]]>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
|
||||
Reference in New Issue
Block a user