rudeshark.net/packages/calckey-js/markdown/calckey-js.entities.followingfolloweepopulated.md
2023-06-23 21:13:03 -07:00

579 B

Home > calckey-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed