1/** 2 * the ut for property in interface, the property has permission, 3 * and permission value is null 4 */ 5export interface test { 6 /** 7 * @permission 8 */ 9 name: string 10}