diff --git a/auth0/auth0.d.ts b/auth0/auth0.d.ts index 5d3149ead..3562e50d5 100644 --- a/auth0/auth0.d.ts +++ b/auth0/auth0.d.ts @@ -9,10 +9,6 @@ interface Window { token: string; } -interface Location { - origin: string; -} - /** This is the interface for the main Auth0 client. */ interface Auth0Static {