Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/6017e65820e3645dfe610050dc227c976f6464a6d5ec7a9c256a7561cc5e08a8732f784495a3328a9c301bb3a9051236ea3cdef1c054502248d9bf7d4ba1ad
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
179 B
Text

import { Schema, SchemaRef } from "@smithy/types";
/**
* Dereferences a SchemaRef if needed.
* @internal
*/
export declare const deref: (schemaRef: SchemaRef) => Schema;