mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
18 lines
454 B
Markdown
18 lines
454 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) > [UserSorting](./iceshrimp-js.entities.usersorting.md)
|
|
|
|
## entities.UserSorting type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type UserSorting =
|
|
| "+follower"
|
|
| "-follower"
|
|
| "+createdAt"
|
|
| "-createdAt"
|
|
| "+updatedAt"
|
|
| "-updatedAt";
|
|
```
|