Skip to content

Commit

Permalink
feat: export missing db types
Browse files Browse the repository at this point in the history
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#	modified:   src/index.ts
#
# Untracked files:
#	.DS_Store
#	.vscode/decentraland-server.code-workspace
#
  • Loading branch information
nicosantangelo committed Sep 3, 2019
1 parent d24d405 commit 3eaa444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
@@ -1,8 +1,9 @@
import * as server from './server'
import * as cli from './cli'
import * as db from './db'
import * as server from './server'

export { Model } from './Model'
export * from './sql'
export * from './db/types'

export { cli, db, server }

0 comments on commit 3eaa444

Please sign in to comment.