Remove legacy range types #973
Annotations
7 errors
main
Property 'binLabel' does not exist on type '{ min: string; max: string; label: string; }'.
|
main
Property 'binLabel' does not exist on type '{ label: string; value: number; count: number; } & { min?: string | undefined; max?: string | undefined; }'.
|
main
Property 'binLabel' does not exist on type '{ label: string; value: number; count: number; } & { min?: string | undefined; max?: string | undefined; }'.
|
main
Property 'binLabel' does not exist on type '{ label: string; value: number; count: number; } & { min?: string | undefined; max?: string | undefined; }'.
|
main
Property 'binLabel' does not exist on type '{ min: string; max: string; label: string; }'.
|
main
Type '{ binStart: string; binEnd: string; binLabel: string; }[]' is not assignable to type '{ min: string; max: string; label: string; }[]'.
|
main
Process completed with exit code 1.
|