mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-03 17:28:10 +09:00
591 B
591 B
Home > iceshrimp-js > entities > FollowingFollowerPopulated
entities.FollowingFollowerPopulated type
Signature:
export declare type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
References: Following, UserDetailed