Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrbublik committed Jun 19, 2024
1 parent 53507ff commit 282dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/modules/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export type RuleValueI = SimpleValue | FuncValueI | AnyValue;
export type FieldPath = string;
export interface FuncArgValue<V = unknown> {
value: V;
valueSrc: ValueSource;
valueSrc?: ValueSource;
}
export type FuncArgValueI = ObjectToImmOMap<FuncArgValue<RuleValueI>>;
export interface FuncValue {
Expand Down

0 comments on commit 282dd3a

Please sign in to comment.