Skip to content

Commit

Permalink
fix(type-issue): fixed type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari authored Dec 12, 2024
1 parent 152fe43 commit 375f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type FilterParams = {
top_node_count: string
include_properties: string
node_type: string[]
edge_type: string[] | string
edge_type: string[]
search_method: string
free?: string
word?: string // Add other optional filter properties as needed
Expand Down

0 comments on commit 375f005

Please sign in to comment.