Without
Without<
T,U> ={ [P in Exclude<keyof T, keyof U>]?: never }
Defined in: src/@types/common.ts:20
Type Parameters
Section titled “Type Parameters”T
U
Without<
T,U> ={ [P in Exclude<keyof T, keyof U>]?: never }
Defined in: src/@types/common.ts:20
T
U