jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.entities.followingfolloweepopulated.md
2023-07-21 19:33:01 +02:00

591 B

Home > iceshrimp-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed