1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00
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;