We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example with error:
interface Z<T> { field: T; } type Y<T> = Z<T> type X = Y<string> is<X>({ field: 'some-string' })