Type Alias: Modify<T, R>
Modify<
T,R> =Omit<T, keyofR> &R
Defined in: src/types/utils/index.ts:76
Override T with the properties of R
Type Parameters
| Type Parameter |
|---|
|
|
Modify<
T,R> =Omit<T, keyofR> &R
Defined in: src/types/utils/index.ts:76
Override T with the properties of R
| Type Parameter |
|---|
|
|