577 B
577 B
Home > iceshrimp-sdk > entities > FollowingFollowerPopulated
entities.FollowingFollowerPopulated type
Signature:
export type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
References: Following, UserDetailed