diff --git a/types/auth0/index.d.ts b/types/auth0/index.d.ts index 92ca80245f..3025b8d380 100644 --- a/types/auth0/index.d.ts +++ b/types/auth0/index.d.ts @@ -81,9 +81,6 @@ export interface Identity { isSocial: boolean; } -export interface UpdateUserParameters extends ObjectWithId { -} - export interface AuthenticationClientOptions { clientId?: string; domain: string;