We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type Json = {} interface Data extends Json { foo: string }
If a type is an alias for {}, should an interface be allowed to extend it?