mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 13:09:07 +01:00
591 B
591 B
Home > iceshrimp-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed