mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-05 06:10:21 -07:00
591 B
591 B
Home > iceshrimp-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed