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