fix(priority): keep readable priority sync details
This commit is contained in:
@@ -299,6 +299,12 @@ export interface ReorderPriorityItem {
|
||||
new_priority: number | null
|
||||
status: string
|
||||
message: string
|
||||
target_group_id?: string | null
|
||||
target_group_name?: string | null
|
||||
account_name?: string | null
|
||||
source_group_id?: string | null
|
||||
source_group_name?: string | null
|
||||
source_rate?: number | null
|
||||
}
|
||||
|
||||
export interface WebsiteBatchSyncResponse {
|
||||
|
||||
Reference in New Issue
Block a user