RemoveNullability<T>
RemoveNullability<
T>:{ [k in keyof T]: NonNullable<T[k]> }
Utility type to make all properties non-nullable.
Type Parameters
| Type Parameter |
|---|
T extends Record<string, unknown> |
Defined in
packages/react-querybuilder/src/types/basic.ts:206
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.