18 lines
429 B
Markdown
18 lines
429 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [UserSorting](./calckey-js.entities.usersorting.md)
|
||
|
|
||
|
## entities.UserSorting type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type UserSorting =
|
||
|
| "+follower"
|
||
|
| "-follower"
|
||
|
| "+createdAt"
|
||
|
| "-createdAt"
|
||
|
| "+updatedAt"
|
||
|
| "-updatedAt";
|
||
|
```
|