refactor(turborepo): change the ui config to use an enum (#8919)
### Description
Right now we internally represent the `ui` config as a boolean. This
isn't very extensible, so I refactored it to be an enum instead
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->