export interface SpeedConfiguration {
    /** % of Speed. Value between 0 - 100 */
    defaultSpeed: number;
    /** Duration of the change of the speed in seconds 1 - 25s */
    timeDuration: number;
}
