1
0
Fork 1
mirror of https://example.com synced 2024-11-23 02:46:39 +09:00
firefish/packages/firefish-js/markdown/firefish-js.entities.followingfolloweepopulated.md
2023-07-20 04:17:05 +09:00

585 B

Home > firefish-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed