mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 02:53:50 +00:00
refactor: product page data fetching
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Stripe from 'stripe';
|
||||
|
||||
export type ProductInfo = {
|
||||
product: Stripe.Product;
|
||||
price: Stripe.Price;
|
||||
isSubscription: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user