We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0eb76 commit e408c9bCopy full SHA for e408c9b
1 file changed
src/payloads/User.ts
@@ -29,6 +29,10 @@ export interface APICountingUser<IDType = string> {
29
* The total items found by the user
30
*/
31
itemsFound: number;
32
+ /**
33
+ * The total items used by the user
34
+ */
35
+ itemsUsed: number;
36
/**
37
* The user's inventory
38
0 commit comments