regenerate misskey-js
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user