[**realue**](../README.md) • **Docs**

***

[realue](../README.md) / Property

# Type Alias: Property\<K, V\>

> **Property**\<`K`, `V`\>: `{ [P in K]: { [Q in P]: V } }`\[`K`\]

Returns an object type with a single property.

## Type Parameters

• **K** *extends* `PropertyKey`

• **V**

## Defined in

[lib/types/Property.ts:4](https://github.com/nevoland/realue/blob/10b81dd410f087c06fbf8ea8b1c227058ff70751/lib/types/Property.ts#L4)
