mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
591 B
591 B
Home > trashposs-js > entities > FollowingFollowerPopulated
entities.FollowingFollowerPopulated type
Signature:
export declare type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
References: Following, UserDetailed