1/** 2 * the ut for interface, the interface is use type to identify 3 */ 4export type test = { 5 name: string 6}