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