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

16 lines
591 B
Markdown

<!-- 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; [FollowingFollowerPopulated](./trashposs-js.entities.followingfollowerpopulated.md)
## entities.FollowingFollowerPopulated type
**Signature:**
```typescript
export declare type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
```
**References:** [Following](./trashposs-js.entities.following.md)<!-- -->, [UserDetailed](./trashposs-js.entities.userdetailed.md)