const initialValue: {
        x: {uuid?: string; value?: number};
        y: {uuid?: string; value?: number};
    } = {x: {}, y: {}};