mirror of
https://github.com/harivansh-afk/Saas-Teamspace.git
synced 2026-04-15 08:03:45 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import Stripe from 'stripe'
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
|
apiVersion: '2023-10-16',
|
|
typescript: true
|
|
})
|