diff --git a/lib/interfaces/index.ts b/lib/interfaces/index.ts index 7a92b83..a8e96d8 100644 --- a/lib/interfaces/index.ts +++ b/lib/interfaces/index.ts @@ -1,3 +1,3 @@ -export * from './Storage-module-options'; +export * from './storage-module-options'; export * from './storage-module-async-options'; export * from './storage-options-factory';