fix(types): 修复内部类型文件未编译问题

- 把所有.d.ts改为.ts

BREAKING CHANGES: 1.1.0->1.1.1(latest)
This commit is contained in:
tobegold574
2025-11-20 13:53:25 +08:00
parent a0c907beed
commit 4e741a0523
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
*
*/
import type { AxiosRequestConfig } from 'axios';
import type { User } from '@/types';
import type {
LoginRequest,