Rocky_Mountain_Vending/.pnpm-store/v10/files/3d/171e4489a933f34079573d7810aac6a57e76d38e6efd1c7e836a4ad7624c29f8b68f637316af77a5c27940c2b580270d0fddad8ca5e76ac06a2c0fbfa2844a
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

7 lines
359 B
Text

import { OperationSchema, SchemaRef, SchemaTraits } from "@smithy/types";
/**
* Converts the static schema array into an object-form to adapt
* to the signature of ClientProtocol classes.
* @internal
*/
export declare const operation: (namespace: string, name: string, traits: SchemaTraits, input: SchemaRef, output: SchemaRef) => OperationSchema;