Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/1ff40072153e56b43c491d5b1df032a13553742ffa9a1de4f64f1a34f3fdde66d237d760f2728b6b995663bd6322ae31eb7a8423390aa29bf479cfc9a3a9d5
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
236 B
Text

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