File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export type StrictSchema<Target = any, Source = any> = {
37
37
| ActionString < Source >
38
38
| ActionFunction < Target , Source , Target [ destinationProperty ] >
39
39
| ActionAggregator < Source >
40
- | ActionSelector < Source , Target [ destinationProperty ] >
40
+ | ActionSelector < Source , Target >
41
41
| StrictSchema < Target [ destinationProperty ] , Source > ;
42
42
} & { [ SCHEMA_OPTIONS_SYMBOL ] ?: SchemaOptions < Target > } ;
43
43
export type Schema < Target = any , Source = any > = {
@@ -46,7 +46,7 @@ export type Schema<Target = any, Source = any> = {
46
46
| ActionString < Source >
47
47
| ActionFunction < Target , Source , Target [ destinationProperty ] >
48
48
| ActionAggregator < Source >
49
- | ActionSelector < Source , Target [ destinationProperty ] >
49
+ | ActionSelector < Source , Target >
50
50
| Schema < Target [ destinationProperty ] , Source > ;
51
51
} & { [ SCHEMA_OPTIONS_SYMBOL ] ?: SchemaOptions < Target | any > } ;
52
52
You can’t perform that action at this time.
0 commit comments