export interface RectRoiParams {
    shape: "rect",
    x: number,
    y: number,
    width: number,