fix(in-App-purchase2) Correct type definition for date fields (#3549)

This commit is contained in:
Erik 2020-10-16 19:09:38 +02:00 committed by GitHub
parent d2a6b13059
commit b2e82bea62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,9 +55,9 @@ export interface IAPProduct {
downloaded?: boolean;
lastRenewalDate?: string;
lastRenewalDate?: Date;
expiryDate?: string;
expiryDate?: Date;
introPrice?: string;