Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/339df21d3fd25911a29f2c0a3df7d581d5cca4665bffbb9c1c969cdcd3028fe368f67a4ab2d2c1c8ac42854d07edbaa953b86feb7d5c1a11d6c77a2e18247c
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

6 lines
292 B
Text

import type { SchemaRef } from "@smithy/types";
/**
* @internal
* @deprecated the former functionality has been internalized to the CborCodec.
*/
export declare const copyDocumentWithTransform: (source: any, schemaRef: SchemaRef, transform?: (_: any, schemaRef: SchemaRef) => any) => any;