Rocky_Mountain_Vending/.pnpm-store/v10/files/89/90132c17b648f9fd7e3da83024bd2537ee315bc450e5f2cdb8400e95068426e57a7fafcfbc58c04b38a043afeb0139e52d8b519aa239bdba28470e55ac5c23
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
229 B
Text

import { HeaderBag, HttpRequest } from "@smithy/types";
/**
* @internal
*/
export declare const getCanonicalHeaders: ({ headers }: HttpRequest, unsignableHeaders?: Set<string>, signableHeaders?: Set<string>) => HeaderBag;