export interface StepForm {
    name: string;
    active?: boolean;
    secondStep?: string;
}
