Interface WizardStepMetadata

interface WizardStepMetadata {
    step: number;
}

Properties

Properties

step: number