# SingleResult

# Type Alias: SingleResult

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

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

## Properties

### singleResult

```ts
singleResult: true;
```

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