fix(priority): keep readable priority sync details

This commit is contained in:
liumangmang
2026-07-01 09:12:39 +08:00
parent fe40fcd4c9
commit d92537688a
6 changed files with 65 additions and 14 deletions
+6
View File
@@ -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 {