chore(docs): Generated References (automated) (#9419)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-02 17:13:09 +02:00
committed by GitHub
parent e73e95f5e9
commit 34eebb61eb
585 changed files with 1248 additions and 984 deletions
@@ -16,7 +16,7 @@ For example, a store "hasMany" products.
## Example
```ts
import { model } from "@medusajs/framework/utils"
import { model } from "@medusajs/utils"
const Store = model.define("store", {
id: model.id(),
@@ -19,7 +19,7 @@ the other data model.
## Example
```ts
import { model } from "@medusajs/framework/utils"
import { model } from "@medusajs/utils"
const User = model.define("user", {
id: model.id(),
@@ -16,7 +16,7 @@ is associated with many orders.
## Example
```ts
import { model } from "@medusajs/framework/utils"
import { model } from "@medusajs/utils"
const Order = model.define("order", {
id: model.id(),