> For the complete documentation index, see [llms.txt](https://guide.graphqleditor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.graphqleditor.com/tools/untitled/code-generation/typescript-typings.md).

# TypeScript Typings

Generate TypeScript typings from your GraphQL Editor project.

```
$ gecli codegen typings
```

**Additional options**

| Option      | type               | description                                 |
| ----------- | ------------------ | ------------------------------------------- |
| typingsDir  | string             | Path where to store generated typings files |
| typingsEnv  | "browser" or "node | Environment for typings to work with        |
| typingsHost | string             | GraphQL Server URL                          |
