bfg-common 1.3.141 → 1.3.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -522,6 +522,8 @@ export interface API_UI_I_SwitchItem {
|
|
|
522
522
|
}
|
|
523
523
|
export interface API_UI_I_SwitchItems {
|
|
524
524
|
items: API_UI_I_SwitchItem[]
|
|
525
|
+
total_items: number
|
|
526
|
+
total_pages: number
|
|
525
527
|
}
|
|
526
528
|
// API_UI_I_D_VSwitchItem
|
|
527
529
|
export interface UI_I_SelectedSwitchPositions {
|