summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/models/wizard-steps.ts
blob: 177feb486d1a1d0f0b076e0cbb053dc8088a0f59 (plain)
1
2
3
4
export interface WizardStepModel {
  stepIndex: number;
  isComplete: boolean;
}