chore: small fixes to tsdocs (#6341)
Small fixes of the TSDocs for the upcoming release
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user