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

# RenderTemplateResponse

***

# Type Alias: RenderTemplateResponse

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

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

RenderTemplateResponse

## Properties

### limit?

```ts theme={null}
optional limit: number;
```

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

Limit

***

### nextStartingToken?

```ts theme={null}
optional nextStartingToken: number | null;
```

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

Next Starting Token

***

### paginated?

```ts theme={null}
optional paginated: boolean;
```

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

Paginated

***

### renderedTemplates

```ts theme={null}
renderedTemplates: RenderedTemplate[];
```

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

Rendered Templates

***

### startingToken?

```ts theme={null}
optional startingToken: number;
```

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

Starting Token
