Partial<interface_name>
/*age is optional in PersonProps*/ interface PersonProps{ age?: number; name: string; }