File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import SplitIO from '../../types/splitio';
4
4
import { ILogger } from '../logger/types' ;
5
5
6
6
export interface IDependencyMatcherValue {
7
- key : SplitIO . SplitKeyObject ,
7
+ key : SplitIO . SplitKey ,
8
8
attributes ?: SplitIO . Attributes
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function sanitizeBoolean(val: any): boolean | undefined {
41
41
return undefined ;
42
42
}
43
43
44
- function dependencyProcessor ( sanitizedValue : SplitIO . SplitKeyObject , attributes ?: SplitIO . Attributes ) : IDependencyMatcherValue {
44
+ function dependencyProcessor ( sanitizedValue : SplitIO . SplitKey , attributes ?: SplitIO . Attributes ) : IDependencyMatcherValue {
45
45
return {
46
46
key : sanitizedValue ,
47
47
attributes
You can’t perform that action at this time.
0 commit comments