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