feat: clean types

This commit is contained in:
Rewrite0
2023-08-10 09:19:35 +08:00
parent 69c05da228
commit e5a81efad5
2 changed files with 1 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import type { BangumiRule, BangumiUpdate } from '#/bangumi';
import type { BangumiRule } from '#/bangumi';
import type { ApiSuccess } from '#/api';
export const apiBangumi = {