Skip to main content

WithUnknownIndex<T>

WithUnknownIndex<T> = T & {[key: string]: unknown; }

Defined in: packages/react-querybuilder/src/types/options.ts:26

Adds an unknown index property to an interface.

Type Parameters

Type Parameter
T

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.