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 4592e1a commit 32cffa2Copy full SHA for 32cffa2
src/interfaces/admin-module-options.interface.ts
@@ -1,4 +1,4 @@
1
-import { AdminJsOptions, CurrentAdmin } from 'adminjs';
+import { AdminJSOptions, CurrentAdmin } from 'adminjs';
2
import { SessionOptions } from 'express-session';
3
4
import { ExpressFormidableOptions } from './express-formidable-options.interface';
@@ -13,7 +13,7 @@ export type AdminModuleOptions = {
13
/**
14
* Standard AdminJS options
15
*/
16
- adminJsOptions: AdminJsOptions,
+ adminJsOptions: AdminJSOptions,
17
18
* Authentication options. When NOT provided, it will initialize AdminJS without login page and authorization function.
19
0 commit comments