* The successful result of the promise will be (instance, built)
*
* @param {Object} options find options
* @param {Object} options.where A hash of search attributes.
* @param {Object} options.where A hash of search attributes. If `where` is a plain object it will be appended with defaults to build a new instance.
* @param {Object} [options.defaults] Default values to use if building a new instance
* @param {Object} [options.transaction] Transaction to run query under
*
...
...
@@ -2265,7 +2265,7 @@ class Model {
* {@link Model.findAll} for a full specification of find and options
*
* @param {Object} options find and create options
* @param {Object} options.where where A hash of search attributes.
* @param {Object} options.where where A hash of search attributes. If `where` is a plain object it will be appended with defaults to build a new instance.
* @param {Object} [options.defaults] Default values to use if creating a new instance
* @param {Transaction} [options.transaction] Transaction to run query under
*
...
...
@@ -2375,7 +2375,7 @@ class Model {
* {@link Model.findAll} for a full specification of find and options
*
* @param {Object} options find options
* @param {Object} options.where A hash of search attributes.
* @param {Object} options.where A hash of search attributes. If `where` is a plain object it will be appended with defaults to build a new instance.
* @param {Object} [options.defaults] Default values to use if creating a new instance