You may declare read only properties, meaning that once a property is assigned a value, it cannot be changed. interface ICircle { readonly id: ...
確定! 回上一頁