mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
* Turkish language created for Docs. Belgeler için türkçe dil desteği oluşturuldu. * Turkish docs fix
246 B
246 B
类型
type FindOneOptions = Omit<FindOptions, 'limit'>;
参数
大部分参数与 find()
相同,不同之处在于 findOne()
只返回单条数据,所以不需要 limit
参数,且查询时始终为 1
。