import { BooleanLegend } from './boolean-legend'; import { Mapper } from './mapper'; import { NodeShape } from '../styles/constants/node-shape'; export interface NodeLegend { shape: Mapper; species_color: Mapper; kingdom_color: Mapper; border_color: BooleanLegend; border_width: BooleanLegend; }