We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c69bb2c + 07cde55 commit aec7d78Copy full SHA for aec7d78
1 file changed
README.md
@@ -393,7 +393,7 @@ Categories.List<Category<MyCategoryXp>>('mock-catalog-id')
393
})
394
```
395
396
-A common alternative to the above example is to first define a custom class that extends `Category<MyCategoryXp>`
+A common alternative to the above example is to first define a custom interface that extends `Category<MyCategoryXp>`
397
398
```typescript
399
interface MyCategoryXp {
0 commit comments