We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1026c commit cba231eCopy full SHA for cba231e
src/types/auth0.d.ts
@@ -5,7 +5,7 @@
5
* Type definitions for the auth0 responses.
6
*/
7
8
-declare module 'auth0' {
+declare namespace auth0 {
9
10
interface User {
11
user_id: string;
@@ -36,3 +36,6 @@ declare module 'auth0' {
36
}
37
38
39
+
40
+export as namespace auth0;
41
+export = auth0;
src/types/my-express.d.ts
@@ -7,7 +7,6 @@
import * as expressLib from 'express';
-import * as auth0 from 'auth0';
import * as resources from 'resources';
12
13
declare namespace myExpress {
0 commit comments