1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-11-24 23:26:17 +09:00
This commit is contained in:
syuilo 2018-08-30 03:53:26 +09:00
parent 117ab633a1
commit 3038434712

View File

@ -1,6 +1,6 @@
import $ from 'cafy'; import $ from 'cafy';
import Stats, { IStats } from '../../../models/stats'; 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>>; type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;