Skip to content

Commit

Permalink
chore(Type): Improve AppliedNativeFilterType
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Oct 15, 2024
1 parent 0d750b5 commit 1e471fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export type AppliedCrossFilterType = {

export type AppliedNativeFilterType = {
filterType: 'filter_select';
scope?: number[] | NativeFilterScope; // TODO: inconsistent usage
targets: [Partial<NativeFilterTarget>];
scope: number[];
targets: Partial<NativeFilterTarget>[];
} & AppliedFilter;

export type FilterWithDataMask = Filter & { dataMask: DataMaskWithId };
Expand Down

0 comments on commit 1e471fc

Please sign in to comment.