Type alias ReplaceProperty<T, K, V>

ReplaceProperty<T, K, V>: Omit<T, K> & {
    [P in K]: V
}

Type Parameters

Generated using TypeDoc