@@ -159,7 +159,8 @@ export type FetchDatasetsParams = {
keyword?: string,
category_ids?: string[],
type?: string,
- dept?: string,
+ creatorDept?: string,
+ authType?: string,
}