Interface SupportUnblockScreenModalButtonFields

interface SupportUnblockScreenModalButtonFields {
    id: number;
    label: string;
    type: "modal_button";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
label: string

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

type: "modal_button"

Generated using TypeDoc