Interface SupportUnblockScreenButtonSupportFields

interface SupportUnblockScreenButtonSupportFields {
    id: number;
    text: string;
    type: "support_button";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
text: string
type: "support_button"

Generated using TypeDoc