Ad: add missing jsx comment

This commit is contained in:
Alex Gleason 2022-08-29 11:11:11 -05:00
parent 194cf89dd9
commit 4f11f3288d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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,
}