Skip to content

Commit e408c9b

Browse files
committed
feat: add itemsUsed field
1 parent 1c0eb76 commit e408c9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/payloads/User.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export interface APICountingUser<IDType = string> {
2929
* The total items found by the user
3030
*/
3131
itemsFound: number;
32+
/**
33+
* The total items used by the user
34+
*/
35+
itemsUsed: number;
3236
/**
3337
* The user's inventory
3438
*/

0 commit comments

Comments
 (0)