fix: harden disk monitor configuration flows
This commit is contained in:
@@ -71,7 +71,10 @@ export namespace DiskMonitor {
|
||||
jobNo: string
|
||||
}
|
||||
|
||||
export interface JobListParams extends ReqPage {}
|
||||
export interface JobListParams extends ReqPage {
|
||||
sortField?: 'startedAt'
|
||||
sortOrder?: 'asc' | 'desc'
|
||||
}
|
||||
|
||||
export interface JobListItem {
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user