Typescript : How to map over union array type? I have the following structure: interface Test1 { number: number; } interface Test2 extends Test1 { text ...
確定! 回上一頁