/*
 * Author: XeroxDev <help@xeroxdev.de>
 * Copyright (c) 2021.
 *
 */

export interface SettingsInterface {
    count: number,
    steps: number
}
