Search
    Preparing search index...

    Тип схемы шага мастера.

    type WizardStepSchema = {
        next: string | null;
        prev: string | null;
    }
    Index

    Properties

    Properties

    next: string | null

    Следующий шаг.

    prev: string | null

    Предыдущий шаг.