Type Alias ReplaceProperty<T, K, V>

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

Type Parameters