Here is one way to declare an empty array of objects in TypeScript: typescript interface IPerson { name: string; age: number; } const persons: ...
確定! 回上一頁