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

# RecordType

***

# Enumeration: RecordType

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

Record type enumeration for search operations.

## Enumeration Members

### SESSION

```ts theme={null}
SESSION: "sessions";
```

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

***

### SPAN

```ts theme={null}
SPAN: "spans";
```

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

***

### TRACE

```ts theme={null}
TRACE: "traces";
```

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