fix: Type in AdminProductListTagsRes to use tags instead of types (#958)
This commit is contained in:
committed by
GitHub
parent
0f9fbbb732
commit
0ac52b70fa
@@ -158,7 +158,7 @@ export type AdminProductsListTypesRes = {
|
||||
}
|
||||
|
||||
export type AdminProductsListTagsRes = {
|
||||
types: ProductTag[]
|
||||
tags: ProductTag[]
|
||||
}
|
||||
|
||||
export type AdminProductsRes = {
|
||||
|
||||
Reference in New Issue
Block a user