Skip to content

Commit

Permalink
Fix merge conflict errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Feb 11, 2025
1 parent 0d7f1cc commit a2e2e27
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/src/queries/schema/schema-general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export enum NodeKind {
ExperimentEventMetricConfig = 'ExperimentEventMetricConfig',
ExperimentDataWarehouseMetricConfig = 'ExperimentDataWarehouseMetricConfig',
ExperimentTrendsQuery = 'ExperimentTrendsQuery',
ExperimentFunnelsQuery = 'ExperimentFunnelsQuery',

// Database metadata
DatabaseSchemaQuery = 'DatabaseSchemaQuery',
Expand Down Expand Up @@ -1823,15 +1824,6 @@ export interface ExperimentDataWarehouseMetricConfig {
math_property?: string
}

export interface ExperimentMetric {
kind: 'ExperimentMetric'
name?: string
metric_type: ExperimentMetricType
filterTestAccounts?: boolean
inverse?: boolean
metric_config: ExperimentEventMetricConfig | ExperimentDataWarehouseMetricConfig
}

export interface ExperimentQuery extends DataNode<ExperimentTrendsQueryResponse> {
kind: NodeKind.ExperimentQuery
metric: ExperimentMetric
Expand Down

0 comments on commit a2e2e27

Please sign in to comment.