Ad: add missing jsx comment

environments/review-expiring-a-r9mfta/deployments/854
Alex Gleason 2 years ago
parent 194cf89dd9
commit 4f11f3288d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save