未使用变量
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import BaseModel from './BaseModel';
|
import BaseModel from './BaseModel';
|
||||||
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
|
import { getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
|
||||||
import { COUNTER } from './../consts';
|
|
||||||
import { CounterModel } from './Counter';
|
|
||||||
|
|
||||||
class Report {
|
class Report {
|
||||||
@prop({ required: true })
|
@prop({ required: true })
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import { readJsonFile, parseGoodStr } from '../util'
|
import { readJsonFile } from '../util'
|
||||||
import { FILENAME } from '../../consts'
|
import { FILENAME } from '../../consts'
|
||||||
type KeysEnum<T> = { [P in keyof Required<T>]: true };
|
type KeysEnum<T> = { [P in keyof Required<T>]: true };
|
||||||
import { RewardInter } from '../interface';
|
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
|
||||||
export interface DicArmyWishPool {
|
export interface DicArmyWishPool {
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
import {readJsonFile, parseGoodStr, parseNumberList, decodeArrayListStr} from '../util'
|
import {readJsonFile, parseGoodStr, parseNumberList, decodeArrayListStr} from '../util'
|
||||||
import { FILENAME } from '../../consts'
|
import { FILENAME } from '../../consts'
|
||||||
import { RewardInter } from '../interface';
|
import { RewardInter } from '../interface';
|
||||||
import { mapArrayOptions } from '@typegoose/typegoose/lib/internal/utils';
|
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
|
|
||||||
type KeysEnum<T> = { [P in keyof Required<T>]: true };
|
type KeysEnum<T> = { [P in keyof Required<T>]: true };
|
||||||
|
|||||||
Reference in New Issue
Block a user