fix: Type in AdminProductListTagsRes to use tags instead of types (#958)
This commit is contained in:
committed by
GitHub
parent
0f9fbbb732
commit
0ac52b70fa
@@ -13,7 +13,7 @@ import {
|
||||
AdminProductsListRes,
|
||||
AdminProductsListTagsRes,
|
||||
AdminProductsListTypesRes,
|
||||
AdminProductsRes,
|
||||
AdminProductsRes
|
||||
} from "@medusajs/medusa"
|
||||
import { ResponsePromise } from "../../typings"
|
||||
import BaseResource from "../base"
|
||||
|
||||
@@ -158,7 +158,7 @@ export type AdminProductsListTypesRes = {
|
||||
}
|
||||
|
||||
export type AdminProductsListTagsRes = {
|
||||
types: ProductTag[]
|
||||
tags: ProductTag[]
|
||||
}
|
||||
|
||||
export type AdminProductsRes = {
|
||||
|
||||
Reference in New Issue
Block a user