---
symbol: TemplateRenderOptions
module: "@tsed/cli"
type: type
meta:
 - name: keywords
   description: api typescript node.js documentation TemplateRenderOptions type
---
# TemplateRenderOptions - @tsed/cli

## Usage

```typescript
import { TemplateRenderOptions } from "@tsed/cli/src/services/CliTemplatesService";
```

> See [/packages/cli/src/services/CliTemplatesService.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/services/CliTemplatesService.ts#L0-L0).

## Overview

```ts
type TemplateRenderOptions = {
    name?: string;
    symbolName?: string;
    symbolPath?: string;
    directory?: string;
    from?: string;
} & Partial<RenderDataContext>;
```

<!-- Members -->

## name

```ts
name?: string;
```

## symbolName

```ts
symbolName?: string;
```

## symbolPath

```ts
symbolPath?: string;
```

## directory

```ts
directory?: string;
```

## from

```ts
from?: string;
```
