export type CheckoutSessionCreate = { price_id?: string; success_url?: string | null; cancel_url?: string | null; email?: string | null; };