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