// Copyright (c) 2023 Sourcefuse Technologies//// This software is released under the MIT License.// https://opensource.org/licenses/MITexporttypeTourStepChange = {
tourId: string;
currentStepId: string;
previousStepId: string;
moveForward: boolean;
};