import { Entity } from './entity'; import { MinMax } from './minmax'; export interface EntityValue { value: T; source: Entity; }