Interface SupportUnblockScreenButtonFields

interface SupportUnblockScreenButtonFields {
    id: number;
    text: string;
    type: "button";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
text: string

Надпись на кнопке

type: "button"

Generated using TypeDoc