export default interface IStepAdvanced {
    name: string
    active: boolean,
    current: boolean,
    [propName: string]: any
}
