mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-12-03 15:17:53 -07:00
585 B
585 B
Home > firefish-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed