fix import

This commit is contained in:
Philipp Kunz 2017-06-23 16:42:03 +02:00
parent 7b78b47a1b
commit fedc0bd8c8

View File

@ -1,6 +1,6 @@
import * as plugins from './smartdata.plugins'
import { Db } from './smartdata.classes.db'
import { DbDoc } from './smartdata.classes.dbDoc'
import { DbDoc } from './smartdata.classes.dbdoc'
export interface IFindOptions {
limit?: number