Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/71c9dc95e328a85eb67c1a9b33389babd028acf43aabed7199d5bc87cfab17d798f31bb3c3a6c8ca1f0c144b96c21864fd4d1b91a18692c7ea2fcd141bddb0
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
357 B
Text

import type { 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;