export interface AgeRange { min?: number; max?: number; label?: string; ids?: string[]; }