Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/ce23f389e3d0f21b496e8e9c03086b16aa43a1499bf12d532ee812efe3b36bffa3427d9a0d52cc838757ba3b23a5fb580897d0089f9177c9f915c9824b3d66
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
178 B
Text

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