WithUnknownIndex<T>
WithUnknownIndex<
T> =T& {[key:string]:unknown; }
Defined in: packages/core/src/types/options.ts:44
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.