# SingleResult

# Type Alias: SingleResult

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

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

## Properties

### singleResult

```ts
singleResult: true;
```

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