# InputRow

# Type Alias: InputRow

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

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

An input row from a collection
