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