fix: Type in AdminProductListTagsRes to use tags instead of types (#958)

This commit is contained in:
Adrien de Peretti
2022-01-06 17:45:15 +01:00
committed by GitHub
parent 0f9fbbb732
commit 0ac52b70fa
2 changed files with 2 additions and 2 deletions
@@ -158,7 +158,7 @@ export type AdminProductsListTypesRes = {
}
export type AdminProductsListTagsRes = {
types: ProductTag[]
tags: ProductTag[]
}
export type AdminProductsRes = {