import type { Dataset } from '../types'; export const DATASETS: Dataset[] = [ { id: 'AmazonScience/bold', name: 'BOLD' }, ]; export default DATASETS;