mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 19:34:23 +02:00
@@ -38,6 +38,7 @@ export type UserDetailed = UserLite & {
|
||||
description: string | null;
|
||||
ffVisibility: 'public' | 'followers' | 'private';
|
||||
fields: {name: string; value: string}[];
|
||||
verifiedLinks: string[];
|
||||
followersCount: number;
|
||||
followingCount: number;
|
||||
hasPendingFollowRequestFromYou: boolean;
|
||||
|
||||
Reference in New Issue
Block a user