mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-19 23:46:24 +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;
|
downloaded?: boolean;
|
||||||
|
|
||||||
lastRenewalDate?: string;
|
lastRenewalDate?: Date;
|
||||||
|
|
||||||
expiryDate?: string;
|
expiryDate?: Date;
|
||||||
|
|
||||||
introPrice?: string;
|
introPrice?: string;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user