mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
fix(in-App-purchase2) Correct type definition for date fields (#3549)
This commit is contained in:
@@ -55,9 +55,9 @@ export interface IAPProduct {
|
||||
|
||||
downloaded?: boolean;
|
||||
|
||||
lastRenewalDate?: string;
|
||||
lastRenewalDate?: Date;
|
||||
|
||||
expiryDate?: string;
|
||||
expiryDate?: Date;
|
||||
|
||||
introPrice?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user