calckey/packages/firefish-js/markdown/firefish-js.entities.follow...

585 B

Home > firefish-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed