Skip to content

Commit

Permalink
fix(in-App-purchase2) Correct type definition for date fields (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
aegluke authored Oct 16, 2020
1 parent d2a6b13 commit b2e82be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/in-app-purchase-2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export interface IAPProduct {

downloaded?: boolean;

lastRenewalDate?: string;
lastRenewalDate?: Date;

expiryDate?: string;
expiryDate?: Date;

introPrice?: string;

Expand Down

0 comments on commit b2e82be

Please sign in to comment.