# RenderFormat

## Content

# Type Alias: RenderFormat

```ts
type RenderFormat = "auto" | "html" | "svg";
```

Report render backend.
