@@ -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
}