Interface: SnappinSuccess
Defined in: src/_other-scraper/snappin.ts:9
The SnappinSuccess
interface represents the successful result of a Snappin download request.
Properties
status
status:
true
Defined in: src/_other-scraper/snappin.ts:10
Indicates the success of the download request. This property is always true
for a successful response.
thumb
thumb:
undefined
|string
Defined in: src/_other-scraper/snappin.ts:11
The thumbnail URL associated with the downloaded content. If no thumbnail is available, this property will be undefined
.
video
video:
null
|string
Defined in: src/_other-scraper/snappin.ts:12
The URL of the video associated with the downloaded content. This property will be null
if no video is present.
image
image:
null
|string
Defined in: src/_other-scraper/snappin.ts:13
The URL of the image associated with the downloaded content. This property will be null
if no image is available.