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

# RenderTemplateRequestOpenAPI

***

# Type Alias: RenderTemplateRequestOpenAPI

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

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

RenderTemplateRequest

## Properties

### data

```ts theme={null}
data:
  | DatasetDataOpenAPI
  | StringDataOpenAPI;
```

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

Data

***

### template

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

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

Template
