fix: add ids in FetchDatasetsParams (#13459)

pull/13466/head
Wu Tianwei 12 months ago committed by GitHub
parent 9f3fc7ebf8
commit 33990426c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save