Skip to content

Commit

Permalink
fix(Types): Add scoreByEntityId to the DataTableWhere type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Dickerson committed Sep 24, 2024
1 parent aa434cc commit 803c322
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface DataTableWhere {
query: string;
criteria?: AdaptiveCriteria;
keywords?: SearchKeywords;
scoreByEntityId?: number;
form: any;
}

Expand Down

0 comments on commit 803c322

Please sign in to comment.