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