Interface: ScreenshotResponseSuccess
Defined in: src/_other-scraper/ssweb.ts:18
Represents a successful response from the screenshot API.
Properties
id
id:
string
The unique identifier for the screenshot response.
Defined in: src/_other-scraper/ssweb.ts:19
fileUrl
fileUrl:
string
The URL where the screenshot image can be accessed.
Defined in: src/_other-scraper/ssweb.ts:20
success
success:
true
A boolean indicating the success of the API response. This property will always have the value true
for a successful response.
Defined in: src/_other-scraper/ssweb.ts:21
Last updated on