| 3 | } |
| 4 | |
| 5 | export interface Experiment { |
| 6 | id: string; |
| 7 | metricName: string; |
| 8 | metricType: string; |
| 9 | batches: string; |
| 10 | batchesMargin: string; |
| 11 | } |
| 12 | |
| 13 | export interface Task { |
| 14 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected