A failed type with message and one additional type.
Use this to add a generic type to the failed type.
e.g. FailedT<'missing', number | string>
FailedT<'missing', number | string>
It's recommended to create custom failed types instead of using this to provide better message.
A failed type with message and one additional type.
Use this to add a generic type to the failed type.
e.g.
FailedT<'missing', number | string>
It's recommended to create custom failed types instead of using this to provide better message.