UNPKG
@imorochi/iplayer
Version:
latest (1.0.0)
1.0.0
Proyecto media player con JS.
@imorochi/iplayer
/
src
/
plugins
/
ads
/
Ad.ts
8 lines
(7 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
interface
Ad
{
imageUrl
:
string
;
title
:
string
;
body
:
string
;
url
:
string
; }
export
default
Ad
;