# SingleResult

# Type Alias: SingleResult

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

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

## Properties

### singleResult

```ts
singleResult: true;
```

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