realue • Docs realue / 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