wip
This commit is contained in:
parent
35115607bc
commit
bae44b4708
5 changed files with 25 additions and 1 deletions
|
@ -62,6 +62,11 @@ type IUserBase = {
|
|||
*/
|
||||
isLocked: boolean;
|
||||
|
||||
/**
|
||||
* このアカウントに届いているフォローリクエストの数
|
||||
*/
|
||||
pendingReceivedFollowRequestsCount: number;
|
||||
|
||||
host: string;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue