mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
15 lines
591 B
Markdown
15 lines
591 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-js](./iceshrimp-js.md) > [entities](./iceshrimp-js.entities.md) > [FollowingFollowerPopulated](./iceshrimp-js.entities.followingfollowerpopulated.md)
|
|
|
|
## entities.FollowingFollowerPopulated type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type FollowingFollowerPopulated = Following & {
|
|
follower: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [Following](./iceshrimp-js.entities.following.md)<!-- -->, [UserDetailed](./iceshrimp-js.entities.userdetailed.md)
|
|
|