mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 17:59:05 +01:00
591 B
591 B
Home > trashposs-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed