mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
19 lines
588 B
Markdown
19 lines
588 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) > [UserList](./trashposs-js.entities.userlist.md)
|
||
|
|
||
|
## entities.UserList type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type UserList = {
|
||
|
id: ID;
|
||
|
createdAt: DateString;
|
||
|
name: string;
|
||
|
userIds: User["id"][];
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./trashposs-js.entities.id.md)<!-- -->, [DateString](./trashposs-js.entities.datestring.md)<!-- -->, [User](./trashposs-js.entities.user.md)
|
||
|
|