mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed created_at types in Offers (#19065)
no issue - fixed types in offers for the created_at property
This commit is contained in:
parent
9df83ab313
commit
bc6f69d823
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ const OfferCreatedAt = require('./OfferCreatedAt');
|
|||
* @prop {OfferStatus} status
|
||||
* @prop {OfferTier} tier
|
||||
* @prop {number} redemptionCount
|
||||
* @prop {Date} createdAt
|
||||
* @prop {string} createdAt
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -49,7 +49,7 @@ const OfferCreatedAt = require('./OfferCreatedAt');
|
|||
* @prop {string} status
|
||||
* @prop {number} redemptionCount
|
||||
* @prop {TierProps|OfferTier} tier
|
||||
* @prop {Date} createdAt
|
||||
* @prop {Date} created_at
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue