| 1 | -import { BaseQueryParams } from '../../base'; |  |  | 
| 2 | import { | 1 | import { | 
| 3 | Configuration, | 2 | Configuration, | 
| 4 | ProvisionConfiguration, | 3 | ProvisionConfiguration, | 
|  | @@ -6,10 +5,14 @@ import { |  | @@ -6,10 +5,14 @@ import { | 
| 6 | } from '../../device/model/deviceModel'; | 5 | } from '../../device/model/deviceModel'; | 
| 7 | import { ModelOfMatterParams } from '../../device/model/modelOfMatterModel'; | 6 | import { ModelOfMatterParams } from '../../device/model/modelOfMatterModel'; | 
| 8 |  | 7 |  | 
| 9 | -export type QueryEdgeInstancePageParams = BaseQueryParams & { | 8 | +export type QueryEdgeInstancePageParams = { | 
| 10 | name?: string; | 9 | name?: string; | 
| 11 | tenantId?: string; | 10 | tenantId?: string; | 
| 12 | textSearch?: string; | 11 | textSearch?: string; | 
|  |  | 12 | +  page: number; | 
|  |  | 13 | +  pageSize: number; | 
|  |  | 14 | +  sortOrder?: string; | 
|  |  | 15 | +  sortProperty?: string; | 
| 13 | }; | 16 | }; | 
| 14 |  | 17 |  | 
| 15 | export interface EdgeInstanceItemType { | 18 | export interface EdgeInstanceItemType { |