import from mongodb

This commit is contained in:
King Wang 2021-06-29 00:46:10 +08:00
parent 22121e3279
commit 8f86b7da96

View File

@ -1,4 +1,4 @@
import { ObjectID } from "bson"; import { ObjectID } from "mongodb";
import { Overwrite } from "tsrpc"; import { Overwrite } from "tsrpc";
import { Post } from "../../shared/protocols/models/Post"; import { Post } from "../../shared/protocols/models/Post";