mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-07 22:22:52 +09:00
585 B
585 B
Home > firefish-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed