add a property conditionaly code example Example: conditionally add property to object ts const a = { ...(someCondition && {b: 5}) }