feat: change types

This commit is contained in:
2025-03-21 01:29:24 +08:00
parent d0ce0b2c36
commit 49241a67f2
9 changed files with 5 additions and 292 deletions

View File

@@ -14,7 +14,7 @@ type QueryOpts = {
/**
* 前端调用后端QueryRouter
*/
export class QueryClient<R = any> extends Query<R> {
export class QueryClient extends Query {
tokenName: string;
storage: Storage;
token: string;