# AnyDeepKeyAndValue

# Interface: AnyDeepKeyAndValue\<K, V\>

Defined in: [packages/form-core/src/util-types.ts:22](https://github.com/TanStack/form/blob/main/packages/form-core/src/util-types.ts#L22)

## Extended by

- [`ArrayDeepKeyAndValue`](ArrayDeepKeyAndValue.md)
- [`TupleDeepKeyAndValue`](TupleDeepKeyAndValue.md)
- [`ObjectDeepKeyAndValue`](ObjectDeepKeyAndValue.md)
- [`UnknownDeepKeyAndValue`](UnknownDeepKeyAndValue.md)

## Type Parameters

### K

`K` *extends* `string` = `string`

### V

`V` *extends* `any` = `any`

## Properties

### key

```ts
key: K;
```

Defined in: [packages/form-core/src/util-types.ts:26](https://github.com/TanStack/form/blob/main/packages/form-core/src/util-types.ts#L26)

***

### value

```ts
value: V;
```

Defined in: [packages/form-core/src/util-types.ts:27](https://github.com/TanStack/form/blob/main/packages/form-core/src/util-types.ts#L27)
