@flexbe/sdk 0.2.21 → 0.2.22
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.
|
@@ -257,10 +257,10 @@ export interface PageWidget {
|
|
|
257
257
|
p_id: number;
|
|
258
258
|
}
|
|
259
259
|
export interface PageABTest {
|
|
260
|
+
id: number;
|
|
260
261
|
a: string;
|
|
261
262
|
b: string;
|
|
262
|
-
|
|
263
|
-
id: number;
|
|
263
|
+
isActive: boolean;
|
|
264
264
|
}
|
|
265
265
|
export interface PageModal {
|
|
266
266
|
update_time: number;
|