# TypeDefinitionMap

**Kind:** Type

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts#L51)

Type definition map for resolving type references

## Definition

```ts
Map<string, t.TSInterfaceDeclaration | t.TSTypeAliasDeclaration>
```
