Skip to main content

RemoveNullability<T>

RemoveNullability<T>: { [k in keyof T]: NonNullable<T[k]> }

Defined in: packages/react-querybuilder/src/types/basic.ts:184

Utility type to make all properties non-nullable.

Type Parameters

Type Parameter
T extends Record<string, unknown>

caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.