Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/826ee662d4d5434f919f8109125dd79925769acc88e5807174652bd984ab987a7fdcacd610b161464722a45490485675ac7446ca85b397d22337182f3ca27b
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
255 B
Text

import { ChecksumConstructor, HashConstructor, HttpRequest } from "@smithy/types";
/**
* @internal
*/
export declare const getPayloadHash: ({ headers, body }: HttpRequest, hashConstructor: ChecksumConstructor | HashConstructor) => Promise<string>;