TypeScript was treating those properties as mandatory, even if their value is undefined . type ColumnConfig = { name: string|undefined enabled: boolean empty: ...
確定! 回上一頁