Skip to content

Commit efc8704

Browse files
authored
Merge pull request #240 from JoVictorNunes/user-basic-info-nameSortable
feat: Add `nameSortable` and `bot` in the `UsersBasicInfo` data hook
2 parents 6aacc1e + 77d17a7 commit efc8704

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/data-consumption/domain/users/users-basic-info

src/data-consumption/domain/users/users-basic-info/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export interface UsersBasicInfoData {
44
userId: string;
55
extId: string;
66
name: string;
7+
nameSortable: string;
8+
bot: boolean;
79
/**
810
* @deprecated use {@link isModerator} instead
911
*/

0 commit comments

Comments
 (0)