Skip to content

Commit 02228e5

Browse files
sweetmantechRecoup Agentclaude
authored
fix: remove total_privy_users from PrivyLoginsResponse type (#16)
Co-authored-by: Recoup Agent <agent@recoupable.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45371cc commit 02228e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/privy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ export type PrivyLoginsResponse = {
2626
total: number;
2727
total_new: number;
2828
total_active: number;
29-
total_privy_users: number;
3029
logins: PrivyUser[];
3130
};

0 commit comments

Comments
 (0)