* chore(docs): Generated DML JSON files (automated) * fixes --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
12 lines
381 B
JSON
12 lines
381 B
JSON
{
|
|
"SalesChannel": {
|
|
"filePath": "packages/modules/sales-channel/src/models/sales-channel.ts",
|
|
"properties": {
|
|
"id": "The ID of the sales channel.",
|
|
"name": "The name of the sales channel",
|
|
"description": "The description of the sales channel",
|
|
"is_disabled": "Whether the sales channel is disabled.",
|
|
"metadata": "Holds custom data in key-value pairs."
|
|
}
|
|
}
|
|
} |