export type PositionElement = {
    x: number;
    y: number;
    location: string | null;
};
