> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# RunExperimentOutput

***

# Type Alias: RunExperimentOutput

```ts theme={null}
type RunExperimentOutput = object;
```

Defined in: [src/types/experiment.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/experiment.types.ts)

## Properties

### experiment

```ts theme={null}
experiment: ExperimentResponseType;
```

Defined in: [src/types/experiment.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/experiment.types.ts)

***

### link

```ts theme={null}
link: string;
```

Defined in: [src/types/experiment.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/experiment.types.ts)

***

### message?

```ts theme={null}
optional message: string;
```

Defined in: [src/types/experiment.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/experiment.types.ts)

***

### results?

```ts theme={null}
optional results: string[];
```

Defined in: [src/types/experiment.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/experiment.types.ts)
