16 lines
585 B
Markdown
16 lines
585 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [firefish-js](./firefish-js.md) > [entities](./firefish-js.entities.md) > [FollowingFolloweePopulated](./firefish-js.entities.followingfolloweepopulated.md)
|
|
|
|
## entities.FollowingFolloweePopulated type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type FollowingFolloweePopulated = Following & {
|
|
followee: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [Following](./firefish-js.entities.following.md)<!-- -->, [UserDetailed](./firefish-js.entities.userdetailed.md)
|
|
|