Without<T>: { [ P in keyof T]?: never }

A type which sets all properties of a generic type to never. Used in the exclusive or type Xor.

Type Parameters

  • T

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.