This commit is contained in:
6
src/model/strategy.ts
Normal file
6
src/model/strategy.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import mongoose from 'mongoose';
|
||||
|
||||
import { StrategyDocument, StrategyModel, StrategySchema } from '../schema/strategy';
|
||||
import { COLL_STRATEGY } from '../constants/db';
|
||||
|
||||
export const Strategy = mongoose.model<StrategyDocument, StrategyModel>(COLL_STRATEGY, StrategySchema);
|
||||
Reference in New Issue
Block a user