chore(docs): Generated JS Client Reference (automated) (#2576)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dda886a77f
commit
557352cdfe
@@ -2,30 +2,14 @@
|
||||
|
||||
## Classes
|
||||
|
||||
- [StoreGetVariantsParams](../classes/internal-40.StoreGetVariantsParams.md)
|
||||
- [StoreGetProductTypesParams](../classes/internal-40.StoreGetProductTypesParams.md)
|
||||
|
||||
## Type Aliases
|
||||
|
||||
### StoreVariantsListRes
|
||||
### StoreProductTypesListRes
|
||||
|
||||
Ƭ **StoreVariantsListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `variants`: [`ProductVariant`](../classes/internal.ProductVariant.md)[] }
|
||||
Ƭ **StoreProductTypesListRes**: [`PaginatedResponse`](internal-2.md#paginatedresponse) & { `product_types`: [`ProductType`](../classes/internal.ProductType.md)[] }
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/index.d.ts:9
|
||||
|
||||
___
|
||||
|
||||
### StoreVariantsRes
|
||||
|
||||
Ƭ **StoreVariantsRes**: `Object`
|
||||
|
||||
#### Type declaration
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `variant` | [`ProductVariant`](../classes/internal.ProductVariant.md) |
|
||||
|
||||
#### Defined in
|
||||
|
||||
medusa/dist/api/routes/store/variants/index.d.ts:6
|
||||
medusa/dist/api/routes/store/product-types/index.d.ts:9
|
||||
|
||||
Reference in New Issue
Block a user