Tsarr Documentation - v1.8.0
Preparing search index...
Prowlarr
HistoryResource
Type Alias HistoryResource
type
HistoryResource
=
{
id
?:
number
;
indexerId
?:
number
;
date
?:
string
;
downloadId
?:
string
|
null
;
successful
?:
boolean
;
eventType
?:
HistoryEventType
;
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
;
}
Index
Properties
id?
indexer
Id?
date?
download
Id?
successful?
event
Type?
data?
Properties
Optional
id
id
?:
number
Optional
indexer
Id
indexerId
?:
number
Optional
date
date
?:
string
Optional
download
Id
downloadId
?:
string
|
null
Optional
successful
successful
?:
boolean
Optional
event
Type
eventType
?:
HistoryEventType
Optional
data
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
indexer
Id
date
download
Id
successful
event
Type
data
Tsarr Documentation - v1.8.0
Loading...