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