We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0186f commit c1d18a9Copy full SHA for c1d18a9
packages/client-abtesting/model/currency.ts
@@ -20,4 +20,9 @@ export type Currency = {
20
* Standard deviation for this currency.
21
*/
22
standardDeviation?: number | undefined;
23
+
24
+ /**
25
+ * The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
26
+ */
27
+ winsorizedAmount?: number | undefined;
28
};
0 commit comments