UNPKG

daniel.mongodb

Version:
8 lines (7 loc) 196 B
import ConstructorConfig from "./ConstructorConfig"; interface ConstructorProps { url: string; name: string; mongoConfig?: ConstructorConfig; } export default ConstructorProps;