'use strict' module.exports = react type KDoc = { key: string val: string } function react() { // TODO const str: KDoc = { key: 'kkk', val: 'bbb' } return str }