We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234f1bf commit 07cde55Copy full SHA for 07cde55
1 file changed
README.md
@@ -392,7 +392,7 @@ Categories.List<Category<MyCategoryXp>>('mock-catalog-id')
392
})
393
```
394
395
-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>`
396
397
```typescript
398
interface MyCategoryXp {
0 commit comments