Using Interfaces to Obscure Non-Object Types in TypeScript
Do you know if there's a way to have non object types be obscured behind a name with an interface instead of seeing a big union type all over the place?
I have:
on hovers/hints and stuff like that
I have:
on hovers/hints and stuff like that
