mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
update clone relation jsdoc
This commit is contained in:
parent
8241f4ae3a
commit
e970451c9e
@ -1177,9 +1177,9 @@ const createEntityManager = (db) => {
|
|||||||
// TODO: Excluded relation attributes
|
// TODO: Excluded relation attributes
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @param {*} uid - uid of the entity to clone
|
* @param {string} uid - uid of the entity to clone
|
||||||
* @param {*} id - id of the entity to clone
|
* @param {number} id - id of the entity to clone
|
||||||
* @param {*} cloneId - id of the cloned entity
|
* @param {number} cloneId - id of the cloned entity
|
||||||
* @param {object} opt
|
* @param {object} opt
|
||||||
* @param {object} opt.cloneAttrs - key value pair of attributes to clone
|
* @param {object} opt.cloneAttrs - key value pair of attributes to clone
|
||||||
* @param {object} opt.transaction - transaction to use
|
* @param {object} opt.transaction - transaction to use
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user