♻️ Export IDatabaseSettings

This commit is contained in:
C-3PO 2018-11-15 20:12:48 +01:00
parent 7c2531a6aa
commit e7cc7b3851
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -1,4 +1,5 @@
//Exports various functions as endpoints //Exports various functions as endpoints
export { default as getManifest } from './exports/getManifest'; export { default as getManifest } from './exports/getManifest';
export { default as productList } from './exports/productList'; export { default as productList } from './exports/productList';
export { default as IDatabaseSettings } from './interfaces/IDatabaseSettings';
export { default as init } from './init'; export { default as init } from './init';