摘要: Implement the type version of Object.entries For example interface Model { name: string; age: number; locations: string[] | null; } type modelEntries 阅读全文
posted @ 2022-10-16 17:08 Zhentiw 阅读(13) 评论(0) 推荐(0) 编辑