-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Possibly a typo causing TSC compilation errors. type A appears to be unused.
ERROR(vue-tsc) Property 'items' does not exist on type '{ items?: ({ uid: string; sku?: string | null | undefined; name?: string | null | undefined; stock_status?: ProductStockStatus | null | undefined; only_x_left_in_stock?: number | ... 1 more ... | undefined; ... 18 more ...; short_description?: { ...; } | ... 1 more ... | undefined; } | ... 6 more ... | undefined)[] ...'.
FILE @vue-storefront/magento-types/src/Schema.ts:8045:42
8043 | }>;
8044 |
> 8045 | type A = ProductDetailsQuery['products']['items']
| ^^^^^^^
8046 | export type ProductDetailsQuery = {
8047 | products?: {
8048 | items?: Array<{
Metadata
Metadata
Assignees
Labels
No labels