mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
19 lines
662 B
Markdown
19 lines
662 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [trashposs-js](./trashposs-js.md) > [entities](./trashposs-js.entities.md) > [Blocking](./trashposs-js.entities.blocking.md)
|
|
|
|
## entities.Blocking type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type Blocking = {
|
|
id: ID;
|
|
createdAt: DateString;
|
|
blockeeId: User["id"];
|
|
blockee: UserDetailed;
|
|
};
|
|
```
|
|
**References:** [ID](./trashposs-js.entities.id.md)<!-- -->, [DateString](./trashposs-js.entities.datestring.md)<!-- -->, [User](./trashposs-js.entities.user.md)<!-- -->, [UserDetailed](./trashposs-js.entities.userdetailed.md)
|
|
|