| 15 | growthbook: GrowthBook; |
| 16 | }; |
| 17 | export interface WithRunExperimentProps { |
| 18 | runExperiment: <T>(exp: Experiment<T>) => Result<T>; |
| 19 | } |
| 20 | /** @deprecated */ |
| 21 | export type GrowthBookSSRData = { |
| 22 | attributes: Record<string, any>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…