Rocky_Mountain_Vending/.pnpm-store/v10/files/e2/26a140fbe4cfc9b4c7514f113441687b5fc268feeb829709acdce401b72a5257b22511b9f652d671b6be803795adebd39f4343463980deb8629a41c77b28bf
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

23 lines
499 B
Text

// File generated from our OpenAPI spec
declare module 'stripe' {
namespace Stripe {
type BalanceTransactionSource =
| ApplicationFee
| Charge
| ConnectCollectionTransfer
| CustomerCashBalanceTransaction
| Dispute
| FeeRefund
| Issuing.Authorization
| Issuing.Dispute
| Issuing.Transaction
| Payout
| Refund
| ReserveTransaction
| TaxDeductedAtSource
| Topup
| Transfer
| TransferReversal;
}
}