mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 20:12:51 +09:00
579 B
579 B
Home > calckey-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed