MaybeSingleResult

Type Alias: MaybeSingleResult

ts
type MaybeSingleResult = object;
type MaybeSingleResult = object;

Defined in: packages/db/src/types.ts:605

Properties

singleResult?

ts
optional singleResult: true;
optional singleResult: true;

Defined in: packages/db/src/types.ts:609

If enabled the collection will return a single object instead of an array

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.