From 375f005b81f4a2a81d790deb80d5bc44e2996ef9 Mon Sep 17 00:00:00 2001 From: Syed Mahtab Ali <98140673+MahtabBukhari@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:45:40 +0500 Subject: [PATCH] fix(type-issue): fixed type issue --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index 210491a84..85b55e3f2 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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