calckey/packages/calckey-js/markdown/calckey-js.entities.followi...

579 B

Home > calckey-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed