Preparing search index...
    type WizardStepSchema = {
        next: string | null;
        prev: string | null;
    }
    Index

    Properties

    Properties

    next: string | null
    prev: string | null