mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 02:57:11 +08:00
refactor: 优化 queryForm 的 Query 类型使用
This commit is contained in:
1
src/types/api.d.ts
vendored
1
src/types/api.d.ts
vendored
@@ -17,5 +17,4 @@ interface PageRes<T> {
|
||||
interface PageQuery {
|
||||
page: number
|
||||
size: number
|
||||
sort: Array<string>
|
||||
}
|
||||
|
Reference in New Issue
Block a user