DEBT: Use utility-types
View options
- Truncate descriptions
Created by: beyang
Replace Pick<P, Exclude<keyof P, keyof ActivationProps>>
with Subtract<P, ActivationProps>
in withActivation.tsx
.
Created by: beyang
Replace Pick<P, Exclude<keyof P, keyof ActivationProps>>
with Subtract<P, ActivationProps>
in withActivation.tsx
.