diff --git a/packages/client-analytics/src/types/VariantResponse.ts b/packages/client-analytics/src/types/VariantResponse.ts index 7826dcf0e..9f8ce0f67 100644 --- a/packages/client-analytics/src/types/VariantResponse.ts +++ b/packages/client-analytics/src/types/VariantResponse.ts @@ -48,6 +48,16 @@ export type VariantResponse = Variant & { */ userCount?: number; + /** + * Count of the tracked searches attributed to outlier traffic that were removed from the A/B test. + */ + outlierTrackedSearchesCount?: number; + + /** + * Count of users attributed to outlier traffic that were removed from the A/B test. + */ + outlierUsersCount?: number; + // @todo Handle this search options type. /** * The search parameters.