Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat: subscription product price (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyk-kanafotskyy authored Jun 13, 2023
1 parent 44685ee commit 3b6259e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/types/subscription-products.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ export interface SubscriptionProductBase {
attributes: {
created_at: string
description: string
main_image: string
main_image: string | null
name: string
sku: string
updated_at: string
price: {
[key: string]: {
amount: number
}
}
},
}

Expand Down

0 comments on commit 3b6259e

Please sign in to comment.