export interface IStep { id?: string; label: string; helpText?: string; active?: boolean; passed?: boolean; completed?: boolean; disabled?: boolean; /** * @deprecated */ contentId?: string; }