Interface SupportUnblockScreenTextBorderedFields

interface SupportUnblockScreenTextBorderedFields {
    notify_btn: number | boolean;
    text: string;
    type: "text_bordered";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

notify_btn: number | boolean

Нужна ли кнопка 'Получить уведомление'

text: string

Текст

type: "text_bordered"

Generated using TypeDoc