1/** 2 * the ut for property in interface, the property is readonly 3 */ 4export interface test { 5 readonly name: string 6}