rknightuk’s avatarrknightuk’s Twitter Archive—№ 39,555

  1. …in reply to @daveymackintosh
    @daveymackintosh Best you can do (I think) is something like import * as types from ‘path/to/types.js’ types.js: export type Foo { id: number } export type Bar { id: number }