export interface Step { currentStepID: number; loading?: boolean; }