UNPKG
@xncn/instadownloader
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Instagram downloader
github.com/XnCN/instagramdownloader
@xncn/instadownloader
/
dist
/
interfaces
/
IResult.d.ts
6 lines
(5 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
6
import
IMediaWithThumb
from
"./IMediaWithTumb"
;
export
default
interface
IResult
{
title
?:
string
;
media
?:
IMediaWithThumb
[]; }