18 lines
476 B
Markdown
18 lines
476 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index) > [valkyrie-js](./valkyrie-js) > [entities](./valkyrie-js.entities) > [FollowRequest](./valkyrie-js.entities.followrequest)
|
||
|
|
||
|
## entities.FollowRequest type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type FollowRequest = {
|
||
|
id: ID;
|
||
|
follower: User;
|
||
|
followee: User;
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./valkyrie-js.entities.id)<!-- -->, [User](./valkyrie-js.entities.user)
|
||
|
|