docs: general fixes to references (#5653)
* fixed typedoc plugin's escape strategy * move props comments to the associated property * regenerate references
This commit is contained in:
@@ -58,7 +58,7 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
},
|
||||
{
|
||||
"name": "customerGroupRepository_",
|
||||
"type": "Repository<[CustomerGroup](CustomerGroup.mdx)> & `{ addCustomers: Method addCustomers ; findWithRelationsAndCount: Method findWithRelationsAndCount ; removeCustomers: Method removeCustomers }`",
|
||||
"type": "Repository<[CustomerGroup](CustomerGroup.mdx)> & ``{ addCustomers: Method addCustomers ; findWithRelationsAndCount: Method findWithRelationsAndCount ; removeCustomers: Method removeCustomers }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -385,7 +385,7 @@ List customer groups.
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "selector",
|
||||
"type": "[Selector](../types/Selector.mdx)<[CustomerGroup](CustomerGroup.mdx)> & `{ discount_condition_id?: string ; q?: string }`",
|
||||
"type": "[Selector](../types/Selector.mdx)<[CustomerGroup](CustomerGroup.mdx)> & ``{ discount_condition_id?: string ; q?: string }``",
|
||||
"description": "the query object for find",
|
||||
"optional": false,
|
||||
"defaultValue": "{}",
|
||||
@@ -432,7 +432,7 @@ Retrieve a list of customer groups and total count of records that match the que
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "selector",
|
||||
"type": "[Selector](../types/Selector.mdx)<[CustomerGroup](CustomerGroup.mdx)> & `{ discount_condition_id?: string ; q?: string }`",
|
||||
"type": "[Selector](../types/Selector.mdx)<[CustomerGroup](CustomerGroup.mdx)> & ``{ discount_condition_id?: string ; q?: string }``",
|
||||
"description": "the query object for find",
|
||||
"optional": false,
|
||||
"defaultValue": "{}",
|
||||
@@ -569,7 +569,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "err",
|
||||
"type": "`Record<string, unknown>` \\| `{ code: string }`",
|
||||
"type": "`Record<string, unknown>` \\| ``{ code: string }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user