Type Alias DragOverPayload

DragOverPayload: {
    position: {
        x: number;
        y: number;
    };
}