jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.entities.followingfolloweepopulated.md
2024-06-17 10:15:54 -06:00

576 B

Home > iceshrimp-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

export declare type FollowingFolloweePopulated = Following & {
	followee: UserDetailed;
};

References: Following, UserDetailed