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