Options to specifically handles the never type.
never
type YourType<T, $Options extends $Never.$Options> = ... Copy
type YourType<T, $Options extends $Never.$Options> = ...
Optional
Options to specifically handles the
never
type.Example