diff --git a/web/models/datasets.ts b/web/models/datasets.ts index 170fe1911f..0a5a7eccfe 100644 --- a/web/models/datasets.ts +++ b/web/models/datasets.ts @@ -140,9 +140,10 @@ export type FetchDatasetsParams = { url: string params: { page: number + ids?: string[] tag_ids?: string[] - limit: number - include_all: boolean + limit?: number + include_all?: boolean keyword?: string } }