import { StepForm } from "./StepForm";
export interface Form {
    stepForm: StepForm[];
}
