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