Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/9444e033df23d1f0ad463bef6faba5c5ee2025e4e95828826dd5c4ea2cc4ff3211b6f4d7181bcc00d4e6dfad0c5f4298daa73878db47007bfa49d3526a7a85
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

5 lines
195 B
Text

import { MiddlewareStack } from "@smithy/types";
/**
* @internal
*/
export declare const constructStack: <Input extends object, Output extends object>() => MiddlewareStack<Input, Output>;