Interface SupportUnblockScreenTutorialFields

interface SupportUnblockScreenTutorialFields {
    questions: SupportUnblockScreenTutorialQuestions[];
    target: string;
    type: "tutorial";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

target: string

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

type: "tutorial"

Generated using TypeDoc