Skip to content

Commit 32cffa2

Browse files
author
andrianka
committed
fix
1 parent 4592e1a commit 32cffa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/admin-module-options.interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AdminJsOptions, CurrentAdmin } from 'adminjs';
1+
import { AdminJSOptions, CurrentAdmin } from 'adminjs';
22
import { SessionOptions } from 'express-session';
33

44
import { ExpressFormidableOptions } from './express-formidable-options.interface';
@@ -13,7 +13,7 @@ export type AdminModuleOptions = {
1313
/**
1414
* Standard AdminJS options
1515
*/
16-
adminJsOptions: AdminJsOptions,
16+
adminJsOptions: AdminJSOptions,
1717
/**
1818
* Authentication options. When NOT provided, it will initialize AdminJS without login page and authorization function.
1919
*/

0 commit comments

Comments
 (0)