Rocky_Mountain_Vending/.pnpm-store/v10/files/e3/2e9b08b286b4b797ce903e90d0cd9a2c3ffb5dddd2ffbd9af23633d3bec581af4e866e175c83fb25f2b241477d4e6f7022ac6661b3bc29e4b638c9751b9112
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

4 lines
109 B
Text

export { MetadataBearer, ResponseMetadata } from "@smithy/types";
export interface Response {
body: any;
}