[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"; ```