We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe9e7f commit ff17276Copy full SHA for ff17276
useDatasets.tsx
@@ -1,10 +1,10 @@
1
import useSWR from 'swr';
2
import { ddnFetcher, getAddedDeletedDatasetsQuery } from './data'
3
-import { type DatasetType } from './components/DatasetList'
+import { type DatasetWithSplitgraphURL } from './components/DatasetList'
4
5
interface DDNResponse {
6
success: string;
7
- rows: Array<DatasetType>;
+ rows: Array<DatasetWithSplitgraphURL>;
8
}
9
10
interface UseDatasetsParams {
0 commit comments