Ad: add missing jsx comment
This commit is contained in:
parent
194cf89dd9
commit
4f11f3288d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ interface IAd {
|
|||
card: CardEntity,
|
||||
/** Impression URL to fetch upon display. */
|
||||
impression?: string,
|
||||
/** Time when the ad expires and should no longer be displayed. */
|
||||
expires?: Date,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue