Skip to content
Snippets Groups Projects
Commit 46cc5e18 authored by roshan's avatar roshan
Browse files

interface change

parent 01d8d141
Branches
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ interface FuzzySearchArgs { ...@@ -231,7 +231,7 @@ interface FuzzySearchArgs {
where?: Record<string, any>; where?: Record<string, any>;
orderBy?: Record<string, 'asc' | 'desc'>; orderBy?: Record<string, 'asc' | 'desc'>;
select?: string[]; select?: string[];
include?: Record<string, boolean>; include?: Record<string, any>;
distinct?: string[]; distinct?: string[];
primaryKey?: string; primaryKey?: string;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment