Skip to content

tyneq


tyneq / WithProperties

Type Alias: WithProperties<K, V>

WithProperties<K, V> = { [P in K]?: V } & Record<PropertyKey, unknown>

Defined in: src/types/utility.ts:95

A type representing an object with assignable properties.

Type Parameters

Type Parameter
K extends PropertyKey
V