> ## Documentation Index
> Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TypeScript

The NameGuard SDK fully supports TypeScript. Each action is fully typed, and types can be imported from the package:

```ts
import type { ConsolidatedReport } from "@namehash/nameguard";
```
