📅  最后修改于: 2022-03-11 14:48:17.155000             🧑  作者: Mango
objectName: Partial; //this will make all properties of ObjectType optional
objectName?: ObjectType; //this will make the ObjectName property of type ObjectType optional