Skip to content

Without

Without<T, U> = { [P in Exclude<keyof T, keyof U>]?: never }

Defined in: src/@types/common.ts:20

T

U