# InputRow

# Type Alias: InputRow

```ts
type InputRow = [unknown, Record<string, unknown>];
```

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

An input row from a collection
