Type Alias DragDropPayload

DragDropPayload: {
    paths: string[];
    position: {
        x: number;
        y: number;
    };
}