chore: small fixes to tsdocs (#6341)

Small fixes of the TSDocs for the upcoming release
This commit is contained in:
Shahed Nasser
2024-02-12 16:26:27 +00:00
committed by GitHub
parent d37ff8024d
commit 1593e0b192
4 changed files with 122 additions and 120 deletions
@@ -100,7 +100,8 @@ export interface MedusaProviderProps {
*/
customHeaders?: Record<string, any>
/**
* An instance of the Medusa JS Client. If you don't provide an instance, one will be created using the `baseUrl`, `apiKey`, `publishableApiKey`, `maxRetries`, and `customHeaders` props.
* An instance of the Medusa JS Client. If you don't provide an instance, one will be created using the `baseUrl`, `apiKey`,
* `publishableApiKey`, `maxRetries`, and `customHeaders` props.
*/
medusaClient: Medusa
}