# MaybeSingleResult

# Type Alias: MaybeSingleResult

```ts
type MaybeSingleResult = object;
```

Defined in: [packages/db/src/types.ts:793](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L793)

## Properties

### singleResult?

```ts
optional singleResult: true;
```

Defined in: [packages/db/src/types.ts:797](https://github.com/TanStack/db/blob/main/packages/db/src/types.ts#L797)

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