Skip to content

Commit

Permalink
fix(Types): Add scoreByEntityId to the DataTableWhere type (#1607)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Dickerson <[email protected]>
  • Loading branch information
ndickerson and Nathan Dickerson authored Sep 24, 2024
1 parent aa434cc commit 75b9168
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 75b9168

Please sign in to comment.