chore(docs): Generated References (#6042)

Generated the following references:
- `entities`
- `fulfillment`
- `inventory`
- `js_client`
- `medusa`
- `medusa_react`
- `modules`
- `payment`
- `pricing`
- `product`
- `services`
- `stock_location`
- `types`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-10 09:25:11 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 0b0c25da11
commit 6721633478
436 changed files with 70782 additions and 55694 deletions
@@ -148,6 +148,9 @@ export abstract class AbstractPaymentService
{
static _isPaymentService = true
/**
* @ignore
*/
static isPaymentService(object): boolean {
return object?.constructor?._isPaymentService
}