trashposs/packages/trashposs-js/markdown/trashposs-js.entities.followingfolloweepopulated.md

16 lines
591 B
Markdown
Raw Normal View History

2024-04-06 22:57:52 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [trashposs-js](./trashposs-js.md) &gt; [entities](./trashposs-js.entities.md) &gt; [FollowingFolloweePopulated](./trashposs-js.entities.followingfolloweepopulated.md)
## entities.FollowingFolloweePopulated type
**Signature:**
```typescript
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
```
**References:** [Following](./trashposs-js.entities.following.md)<!-- -->, [UserDetailed](./trashposs-js.entities.userdetailed.md)