Interface findOneObjectOptions

interface findOneObjectOptions {
    projection: object;
}

Properties

Properties

projection: object

A NeDB projection object. This is passed along as-is to NeDB, so please refer to their documentation about projections.

https://github.com/louischatriot/nedb?tab=readme-ov-file#projections

BigfootDS