示例:
/** * @type {{ property1: string, property2: number }} */ let myVariable = create(); myVariable.newProperty = 3; // 不良