1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 01:36:03 +02: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 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>>;