ConsequentBase<T>
ConsequentBase<
T> = {id?:string;type:T; }
Defined in: packages/rules-engine/src/types/rulesEngine.ts:54
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends string | string |
Properties
id?
optionalid:string
Defined in: packages/rules-engine/src/types/rulesEngine.ts:55
type
type:
T
Defined in: packages/rules-engine/src/types/rulesEngine.ts:56
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.