push
This commit is contained in:
6
lib/component/table/table.d.ts
vendored
Normal file
6
lib/component/table/table.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface RequestParams {
|
||||
search?: object;
|
||||
page?: number;
|
||||
sort?: object;
|
||||
pageSize?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user