This commit is contained in:
syuilo 2018-08-30 03:53:26 +09:00
parent 117ab633a1
commit 3038434712
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import $ from 'cafy';
import Stats, { IStats } from '../../../models/stats';
import getParams from '../../get-params';
import getParams from '../get-params';
type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;