Suppose I have these types interface Person { name: string; age?: number; } type People = Person[]; I then want to use the array type like ...
確定! 回上一頁