Interface SupportUnblockScreenEventsListFieldsItem

interface SupportUnblockScreenEventsListFieldsItem {
    date: string;
    reason: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

date: string

Дата блокировки

reason: string

Причина блокировки

Generated using TypeDoc