# DocumentTemplate

## Content

# Type Alias: DocumentTemplate

```ts
type DocumentTemplate = object;
```

## Properties

### content?

```ts
optional content: unknown;
```

Document template content in JSON format that can be useful in case you would like to create a non-empty new report.

***

### id?

```ts
optional id: string;
```

Document template id
