Closed FrankFang closed 1 year ago
import type { Optional } from 'utility-types'
I mean using type Optional without any import statement. Is that possible?
should be, if you declare it in the global space. But please keep in mind it was not designed to be used like that so you need to figure it out on your own. Sorry
For now:
What I expected is:
I've tried Triple-Slash Directives, but it did not work.