mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
refactor: streamline dataset detail fetching and improve dataset list handling across components
This commit is contained in:
@ -178,10 +178,10 @@ export type FetchDatasetsParams = {
|
||||
|
||||
export type DatasetListRequest = {
|
||||
initialPage: number
|
||||
tag_ids: string[]
|
||||
tag_ids?: string[]
|
||||
limit: number
|
||||
include_all: boolean
|
||||
keyword: string
|
||||
include_all?: boolean
|
||||
keyword?: string
|
||||
}
|
||||
|
||||
export type DataSetListResponse = {
|
||||
|
||||
Reference in New Issue
Block a user