Interface SupportUnblockScreenStepperFields

interface SupportUnblockScreenStepperFields {
    questions: SupportUnblockScreenStepperQuestions[];
    target: string;
    type: "stepper";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

target: string

Экран, на который происходит переход после ответа на все вопросы

type: "stepper"

Generated using TypeDoc