We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c4dea commit d16ae1eCopy full SHA for d16ae1e
index.d.ts
@@ -0,0 +1,7 @@
1
+import Database from './types/database'
2
+import Resource from './types/resource'
3
+
4
+export {
5
+ Database,
6
+ Resource,
7
+}
package.json
@@ -3,7 +3,7 @@
"version": "1.0.0-beta.3",
"description": "Sequelize adapter for AdminBro",
"main": "build/index.js",
- "types": "types/index.d.ts",
+ "types": "index.d.ts",
"scripts": {
8
"build": "tsc",
9
"test": "mocha -r ts-node/register src/*.spec.ts",
0 commit comments