✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A developer is writing a TypeScript function setLeftPadding that should accept a value parameter that can be either a string (e.g., `"100px"`) or a number (e.g., `100`). Which TypeScript feature should be used to precisely model this requirement in the function's type annotation?