0
Fork 0
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:
Ronald Langeveld 2023-11-21 14:43:12 +07:00 committed by GitHub
parent 9df83ab313
commit bc6f69d823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/
/**