diff --git a/types/privy.ts b/types/privy.ts index 5a3fae3..846b3c0 100644 --- a/types/privy.ts +++ b/types/privy.ts @@ -26,6 +26,5 @@ export type PrivyLoginsResponse = { total: number; total_new: number; total_active: number; - total_privy_users: number; logins: PrivyUser[]; };