Type Alias ChangedCell

ChangedCell: Pick<Cell,
    | "id"
    | "angle"
    | "positionMM"
    | "widthMM"
    | "heightMM">