♻️ Export IDatabaseSettings
This commit is contained in:
parent
7c2531a6aa
commit
e7cc7b3851
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue