add "followStats" property to admin/show-user response
This commit is contained in:
parent
2da1590e8a
commit
228e522081
2 changed files with 47 additions and 0 deletions
|
|
@ -11222,6 +11222,14 @@ export type operations = {
|
|||
expiresAt: string | null;
|
||||
roleId: string;
|
||||
})[];
|
||||
followStats: {
|
||||
totalFollowing: number;
|
||||
totalFollowers: number;
|
||||
localFollowing: number;
|
||||
localFollowers: number;
|
||||
remoteFollowing: number;
|
||||
remoteFollowers: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue