ing
This commit is contained in:
6
model/commons/PageParams.ts
Normal file
6
model/commons/PageParams.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface PageParams {
|
||||
pageNo: number;
|
||||
countPerPage: number;
|
||||
sortCol: string;
|
||||
sortDirection: string;
|
||||
}
|
||||
Reference in New Issue
Block a user