mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
4410989fa2
revert ?
18 lines
662 B
Markdown
18 lines
662 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) > [Blocking](./iceshrimp-js.entities.blocking.md)
|
|
|
|
## entities.Blocking type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type Blocking = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
blockeeId: User["id"];
|
|
blockee: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [ID](./iceshrimp-js.entities.id.md)<!-- -->, [DateString](./iceshrimp-js.entities.datestring.md)<!-- -->, [User](./iceshrimp-js.entities.user.md)<!-- -->, [UserDetailed](./iceshrimp-js.entities.userdetailed.md)
|
|
|