# 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                          |
