iceshrimp-legacy/packages/calckey-js/markdown/calckey-js.entities.followingfollowerpopulated.md
2023-06-23 21:13:03 -07:00

579 B

Home > calckey-js > entities > FollowingFollowerPopulated

entities.FollowingFollowerPopulated type

Signature:

export declare type FollowingFollowerPopulated = Following & {
	follower: UserDetailed;
};

References: Following, UserDetailed