Skip to main content
Version: v29.0.x

Type Alias: Modify<T, R>

Modify<T, R> = Omit<T, keyof R> & R

Defined in: src/types/utils/index.ts:76

Override T with the properties of R

Type Parameters

Type Parameter

T

R