Files
medusa-store/www/utils/generated/dml-output/index.json
github-actions[bot] 43aa993971 chore(docs): Generated DML JSON files (automated) (#11165)
* chore(docs): Generated DML JSON files (automated)

* changes

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2025-01-27 13:40:47 +02:00

21 lines
666 B
JSON

{
"IndexRelation": {
"filePath": "packages/modules/index/src/models/index-relation.ts",
"properties": {
"id": "The ID of the index relation.",
"pivot": "The name of the index relation's pivot table.",
"parent_name": "The parent name of the index relation",
"child_name": "The child name of the index relation",
"parent_id": "The ID of the parent index relation.",
"child_id": "The ID of the child index relation."
}
},
"IndexData": {
"filePath": "packages/modules/index/src/models/index-data.ts",
"properties": {
"id": "The ID of the index data.",
"name": "The name of the index data",
"data": "The data of the index"
}
}
}