From d7603c2fcd6d7ed6dcadf040e7efcb2a4261d570 Mon Sep 17 00:00:00 2001 From: amiram Date: Wed, 21 Jun 2017 22:21:37 +0300 Subject: [PATCH] Delete UpdateUserParameters --- types/auth0/index.d.ts | 3 --- 1 file changed, 3 deletions(-) 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;