Skip to content

Interval

export declare type Interval = { min: number, max: number }