This commit is contained in:
syuilo
2017-01-17 09:17:52 +09:00
parent 6dbb4c208e
commit 10ca73489f
8 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import * as mongo from 'mongodb';
import * as redis from 'redis';
import config from '../conf';
type ID = string | mongo.ObjectID;