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:
@@ -69,7 +69,7 @@ Provides layer to manipulate customers.
|
||||
},
|
||||
{
|
||||
"name": "customerRepository_",
|
||||
"type": "Repository<[Customer](Customer.mdx)> & `{ listAndCount: Method listAndCount }`",
|
||||
"type": "Repository<[Customer](Customer.mdx)> & ``{ listAndCount: Method listAndCount }``",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -481,7 +481,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "selector",
|
||||
"type": "[Selector](../types/Selector.mdx)<[Customer](Customer.mdx)> & `{ groups?: string[] ; q?: string }`",
|
||||
"type": "[Selector](../types/Selector.mdx)<[Customer](Customer.mdx)> & ``{ groups?: string[] ; q?: string }``",
|
||||
"description": "the query object for find",
|
||||
"optional": false,
|
||||
"defaultValue": "{}",
|
||||
@@ -526,7 +526,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "selector",
|
||||
"type": "[Selector](../types/Selector.mdx)<[Customer](Customer.mdx)> & `{ groups?: string[] ; q?: string }`",
|
||||
"type": "[Selector](../types/Selector.mdx)<[Customer](Customer.mdx)> & ``{ groups?: string[] ; q?: string }``",
|
||||
"description": "the query object for find",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -939,7 +939,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