Skip to content

Commit

Permalink
Merge pull request #688 from revolist/filter-type
Browse files Browse the repository at this point in the history
feat: filter type extention
  • Loading branch information
revolist authored Feb 18, 2025
2 parents dae1f4e + 788f344 commit 8235d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/filter/filter.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type CustomFilter<T1 = LogicFunctionParam, T2 = LogicFunctionExtraParam>
func: LogicFunction<T1, T2>;
};

export type FilterCaptions = {
export interface FilterCaptions {
title: string;
save: string;
reset: string;
Expand Down

0 comments on commit 8235d3c

Please sign in to comment.