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
@@ -55,9 +55,9 @@ export interface IAPProduct {
downloaded?: boolean;
lastRenewalDate?: string;
lastRenewalDate?: Date;
expiryDate?: string;
expiryDate?: Date;
introPrice?: string;