сложно запоминать названия компонентов
// Note that the decorator _does not_ change the TypeScript type // and so the new property `reportingURL` is not known // to the type system:
if (Math.random() > 0.5) console.log(true)
else console.log(false)
Math.random()>.5?console.log(!0):console.log(!1);
Вопрос ни о чём, всё зависит от того, какой тип ты хочешь получить.