Interface SupportUnblockScreenTextBackgroundFields

interface SupportUnblockScreenTextBackgroundFields {
    bg_image: string;
    text: string;
    type: "text_background";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

bg_image: string

Полный URL фонового изображения

text: string

Текст

type: "text_background"

Generated using TypeDoc