internetarchive-ts - v0.1.0
Preparing search index...
WaybackJobStatusResponse
Type Alias WaybackJobStatusResponse
Beta
WaybackJobStatusResponse
:
|
{
duration_sec
:
number
;
job_id
:
string
;
original_url
:
string
;
outlinks
:
|
Record
<
string
,
string
>
|
Record
<
string
,
{
timestamp
:
string
|
null
}
>
;
resources
:
string
[]
;
screenshot
?:
string
;
status
:
"success"
;
timestamp
:
string
;
}
|
{
job_id
:
string
;
resources
:
string
[]
;
status
:
"pending"
}
|
{
exception
:
string
;
job_id
:
string
;
message
:
string
;
resources
:
[
]
;
status
:
"error"
;
status_ext
:
StatusExt
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
internetarchive-ts - v0.1.0
Loading...