docs: generate pricing module reference (#5349)

* docs: generate pricing module reference

* added notes about new configurations
This commit is contained in:
Shahed Nasser
2023-10-11 14:08:19 +03:00
committed by GitHub
parent 9c1c19f409
commit f0af8ecc89
110 changed files with 7170 additions and 146 deletions
@@ -0,0 +1,27 @@
---
displayed_sidebar: pricingReference
---
# JoinerServiceConfigAlias
## Properties
### args
`Optional` **args**: [`Record`](../types/Record.md)<`string`, `any`\>
Extra arguments to pass to the remoteFetchData callback
#### Defined in
[packages/types/src/joiner/index.ts:30](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/joiner/index.ts#L30)
___
### name
**name**: `string`
#### Defined in
[packages/types/src/joiner/index.ts:26](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/joiner/index.ts#L26)