Rocky_Mountain_Vending/.pnpm-store/v10/files/d6/5f8ea5f9520aff49c1e1ec32d056791d515a6af78ee008594907cf06e6cb0304c050066465f5a69eb56f0a668bf3f9ec94219b40450dca87c4c1c89128a562
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

9 lines
210 B
Text

// File generated from our OpenAPI spec
declare module 'stripe' {
namespace Stripe {
type DeletedExternalAccount = DeletedBankAccount | DeletedCard;
type ExternalAccount = BankAccount | Card;
}
}