interface IInput {
    data: {
        session_id?: null | string;
    };
}

Properties

Properties

data: {
    session_id?: null | string;
}

Type declaration

  • Optional session_id?: null | string

    Идентификатор подозрительной сессии (опционально, из настроек)