Skip to content

Commit

Permalink
fix: missing type 'name' in ProductAndroid
Browse files Browse the repository at this point in the history
  • Loading branch information
purrsong-chong committed Oct 23, 2024
1 parent 8173a2f commit 5168b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export interface Discount {

export interface ProductAndroid extends ProductCommon {
type: 'inapp' | 'iap';
name?: string;
oneTimePurchaseOfferDetails?: {
priceCurrencyCode: string;
formattedPrice: string;
Expand Down

0 comments on commit 5168b8d

Please sign in to comment.