typeof-jsonc icon indicating copy to clipboard operation
typeof-jsonc copied to clipboard

支持 Record 吗?

Open takegine opened this issue 3 years ago • 0 comments

你好,刚刚在网上看到这个npm。这对我们开发非常有帮助。非常感谢你的制作。 请问如果写泛型的支持。比如说我希望能翻译出 一个字典的数据类型,或者枚举型?

declare interface CustomEventDeclarations {
    k_count_down:{
        player: Record<string,string>
        state: 1 | 2 | 3 | 4 | 5
    }

}

takegine avatar Nov 10 '21 04:11 takegine