# SingleResult

```ts
type SingleResult = object;
```

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

## Properties

### singleResult

```ts
singleResult: true;
```

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