7 lines
160 B
TypeScript
Raw Normal View History

import { EntityType } from '../components/shared/EntityTypeUtil';
/*
Browsable Entity Types
*/
export const BROWSABLE_ENTITY_TYPES = [EntityType.Dataset];