`stylex.Types` is next best imo.
Will the usage look like this?
```
xstyle: stylex.StaticStyles<{
backgroundColor: stylex.Types.Color, (null | string)
marginInlineStart: stylex.Types.Lengt...
> Should the types be under stylex.types instead?
I think this is a better organization in terms of usage with `stylex.types` functions, however it's kinda confusing when you have `stylex.Static...
Are the aliases in here going to have to be something you specify in the `stylex.json` where you have to explicitly tell the CLI where the aliases resolve to?