Interface SupportUnblockScreenEventsListFields

interface SupportUnblockScreenEventsListFields {
    header: string;
    items: SupportUnblockScreenEventsListFieldsItem[];
    type: "events_list";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

header: string

Заголовок над пунктами

type: "events_list"

Generated using TypeDoc