fix: add metadata to product type resp (#9515)

This commit is contained in:
Sebastian Rindom
2024-10-09 16:22:51 +02:00
committed by GitHub
parent 4daf57dc1f
commit 7ec174309a
2 changed files with 37 additions and 6 deletions
@@ -3,6 +3,7 @@ export const defaultAdminProductTypeFields = [
"value",
"created_at",
"updated_at",
"metadata",
]
export const retrieveProductTypeTransformQueryConfig = {