diff --git a/src/index.ts b/src/index.ts index 76a1a02..11d93d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,5 @@ //Exports various functions as endpoints export { default as getManifest } from './exports/getManifest'; export { default as productList } from './exports/productList'; +export { default as IDatabaseSettings } from './interfaces/IDatabaseSettings'; export { default as init } from './init';