xdash API Reference / ExcludeProperties
Type Alias: ExcludeProperties<T, U>
ExcludeProperties<
T
,U
> ={ [Property in Exclude<keyof T, keyof U>]?: never }
Defined in: src/types.ts:74
Type Parameters
T
T
U
U
xdash API Reference / ExcludeProperties
ExcludeProperties<
T
,U
> ={ [Property in Exclude<keyof T, keyof U>]?: never }
Defined in: src/types.ts:74
T
U