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.
1 parent 6c8aa56 commit f29ea25Copy full SHA for f29ea25
website/src/pages/index.mdx
@@ -366,7 +366,7 @@ type UserInfo = {
366
367
```
368
369
-In case of declaration merging (e.g. extending third-party library types) use `interface` and disable lint rule.
+When performing declaration merging (e.g. extending third-party library types), use `interface` and disable the lint rule where necessary.
370
371
```ts
372
// types.ts
0 commit comments