chore: OAS and TSDoc fixes (#7864)

This commit is contained in:
Shahed Nasser
2024-07-01 10:21:34 +03:00
committed by GitHub
parent 1842cd33cf
commit 9ded63cc62
4 changed files with 9 additions and 4 deletions

View File

@@ -26,6 +26,11 @@ decorators:
- BaseProduct
StoreProduct:
- StoreProductCategory
- StoreProduct
AdminCollection:
- AdminProduct
AdminProduct:
- AdminProduct
# Similar config to /www/docs/docusaurus.config.js > redocusaurus
# Allows to emulate rendering of API public documentation when using `yarn redocly preview-docs openapi.yaml`

View File

@@ -11,7 +11,7 @@ import execa from "execa"
/**
* OAS output directory
*
* @privateRemark
* @privateRemarks
* This should be the only directory OAS is loaded from for Medusa V2.
* For now, we only use it if the --v2 flag it passed to the CLI tool.
*/