.github/ISSUE_TEMPLATE/typescript.md
---
name: Missing or incorrect type definition
about: Please use for issues related to typescript types
title: ""
labels: "typescript"
assignees: ""
---
<!--
Frequently Asked Questions: https://ajv.js.org/faq.html
This template is for issues about missing or incorrect type definition and other typescript-related issues.
For other issues please see https://ajv.js.org/contributing/
-->
**What version of Ajv are you using? Does the issue happen if you use the latest version?**
**Your typescript code**
<!--
Please make it as small as possible to reproduce the issue
-->
```typescript
```
**Typescript compiler error messages**
```
```
**Describe the change that should be made to address the issue?**
**Are you going to resolve the issue?**