mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
19 lines
599 B
Markdown
19 lines
599 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) > [UserList](./iceshrimp-sdk.entities.userlist.md)
|
||
|
|
||
|
## entities.UserList type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export type UserList = {
|
||
|
id: ID;
|
||
|
createdAt: DateString;
|
||
|
name: string;
|
||
|
userIds: User["id"][];
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./iceshrimp-sdk.entities.id.md)<!-- -->, [DateString](./iceshrimp-sdk.entities.datestring.md)<!-- -->, [User](./iceshrimp-sdk.entities.user.md)
|
||
|
|