Interface SupportUnblockScreenTutorialAnswers

interface SupportUnblockScreenTutorialAnswers {
    explanation: string;
    id: string;
    is_right: number | boolean;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

explanation: string

Текст, который отображается при выборе этого варианта

id: string
is_right: number | boolean

Является ли вариант ответа правильным

title: string

Текст ответа

Generated using TypeDoc