trashposs/packages/trashposs-js/markdown/trashposs-js.entities.followingfolloweepopulated.md
2024-04-06 22:57:52 +02:00

591 B

Home > trashposs-js > entities > FollowingFolloweePopulated

entities.FollowingFolloweePopulated type

Signature:

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

References: Following, UserDetailed