mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:46:55 +00:00
ad4929e48b
* 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
。