docs: added entity reference (#2047)

* added entity reference

* chore: added github action

* added link to reference
This commit is contained in:
Shahed Nasser
2022-08-15 15:54:48 +03:00
committed by GitHub
parent 4a89961fd4
commit 4a416e7fa5
101 changed files with 12704 additions and 4 deletions
@@ -0,0 +1,25 @@
---
displayed_sidebar: entitiesSidebar
---
# Enumeration: DraftOrderStatus
## Enumeration Members
### COMPLETED
**COMPLETED** = ``"completed"``
#### Defined in
[models/draft-order.ts:24](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/draft-order.ts#L24)
___
### OPEN
• **OPEN** = ``"open"``
#### Defined in
[models/draft-order.ts:23](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/draft-order.ts#L23)