当我引用此界面时,为什么没有错误

时间:2019-06-13 10:11:31

标签: typescript

这是我定义的接口和引用

interface TestInterface {
    [index: number]: string,
    [index: string]: string
}

ou: TestInterface = { 1: '222', 222: '222' }

编辑器中没有错误。为什么?

0 个答案:

没有答案