> ## 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.

# ProjectTypes

***

# Variable: ProjectTypes

```ts theme={null}
ProjectTypes: object;
```

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

## Type declaration

### evaluate

```ts theme={null}
readonly evaluate: "prompt_evaluation" = 'prompt_evaluation';
```

### genAI

```ts theme={null}
readonly genAI: "gen_ai" = 'gen_ai';
```

### observe

```ts theme={null}
readonly observe: "llm_monitor" = 'llm_monitor';
```

### protect

```ts theme={null}
readonly protect: "protect" = 'protect';
```

### training

```ts theme={null}
readonly training: "training_inference" = 'training_inference';
```
