DefinitelyTyped/types/relay-runtime/lib
Nathan Shively-Sanders 3d6e86fd92
Fix incorrect import/export clashes. (#38730)
* Fix incorrect import/export clashes.

A new error in Typescript 3.7 forbids name clashes like this:

```ts
import { X } from 'y'
export interface X { }
```

Previously they were incorrectly allowed. Typescript 3.7 will have a
beta version in the next day or two. In the meantime you can try
typescript@next -- the nightly build -- to see these errors.

* Missed a file!
2019-09-30 12:33:36 -07:00
..
handlers [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00
mutations [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00
network [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00
query [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00
store Fix incorrect import/export clashes. (#38730) 2019-09-30 12:33:36 -07:00
subscription [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00
util [relay-runtime] Split files to better maintenance (#38640) 2019-09-27 14:53:35 +02:00