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

# RenderTemplateRequest

***

# Type Alias: RenderTemplateRequest

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

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

RenderTemplateRequest

## Properties

### data

```ts theme={null}
data: DatasetData | StringData;
```

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

Data

***

### template

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

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

Template
