xdash / ExcludeProperties
Type alias: ExcludeProperties<T, U>
ExcludeProperties<
T
,U
>:{ [Property in Exclude<keyof T, keyof U>]?: never }
Type parameters
• T
• U
xdash / ExcludeProperties
ExcludeProperties<
T
,U
>:{ [Property in Exclude<keyof T, keyof U>]?: never }
• T
• U