docs: added reference for JS Client (#1629)
* added reference for JS Client * added reference for JS Client * added reference for JS Client
This commit is contained in:
47
docs/content/references/js-client/enums/internal.Status.md
Normal file
47
docs/content/references/js-client/enums/internal.Status.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Enumeration: Status
|
||||
|
||||
[internal](../modules/internal.md).Status
|
||||
|
||||
## Enumeration members
|
||||
|
||||
### DRAFT
|
||||
|
||||
• **DRAFT** = `"draft"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/product.d.ts:10
|
||||
|
||||
___
|
||||
|
||||
### PROPOSED
|
||||
|
||||
• **PROPOSED** = `"proposed"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/product.d.ts:11
|
||||
|
||||
___
|
||||
|
||||
### PUBLISHED
|
||||
|
||||
• **PUBLISHED** = `"published"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/product.d.ts:12
|
||||
|
||||
___
|
||||
|
||||
### REJECTED
|
||||
|
||||
• **REJECTED** = `"rejected"`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/models/product.d.ts:13
|
||||
Reference in New Issue
Block a user