mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-13 06:08:12 +09:00
585 B
585 B
Home > firefish-js > entities > FollowingFollowerPopulated
entities.FollowingFollowerPopulated type
Signature:
export declare type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
References: Following, UserDetailed