docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
@@ -50,8 +50,6 @@ transaction manager is created.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<TResult>","optional":false,"defaultValue":"","description":"the result of the transactional work","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### listAndCount
|
||||
|
||||
Lists currencies based on the provided parameters and includes the count of
|
||||
@@ -65,8 +63,6 @@ currencies that match the query.
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[[Currency](../../entities/classes/entities.Currency.mdx)[], number]>","optional":false,"defaultValue":"","description":"an array containing the currencies as\n the first element and the total count of products that matches the query\n as the second element.","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### retrieveByCode
|
||||
|
||||
Return the currency
|
||||
@@ -79,8 +75,6 @@ Return the currency
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<[Currency](../../entities/classes/entities.Currency.mdx)>","optional":false,"defaultValue":"","description":"The currency","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### shouldRetryTransaction\_
|
||||
|
||||
#### Parameters
|
||||
@@ -91,8 +85,6 @@ ___
|
||||
|
||||
<ParameterTypes parameters={[{"name":"boolean","type":"`boolean`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### update
|
||||
|
||||
Update a currency
|
||||
@@ -105,8 +97,6 @@ Update a currency
|
||||
|
||||
<ParameterTypes parameters={[{"name":"Promise","type":"Promise<undefined \\| [Currency](../../entities/classes/entities.Currency.mdx)>","optional":false,"defaultValue":"","description":"The updated currency","expandable":false,"children":[]}]} />
|
||||
|
||||
___
|
||||
|
||||
### withTransaction
|
||||
|
||||
#### Parameters
|
||||
|
||||
Reference in New Issue
Block a user