Rocky_Mountain_Vending/.pnpm-store/v10/files/96/fd6f595f2cb1f896572e75afcf2312aca30484b7120f326067f1690b0243f023312183672f831dea80c0633932921e0aa5efa87a5b1556643429c4c85d6e68
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

9 lines
611 B
Text

import type { EndpointParameters, EndpointV2 } from "@smithy/types";
import type { GetAttrValue } from "../lib";
import type { EndpointObject, FunctionObject, FunctionReturn } from "../types";
export declare function toDebugString(input: EndpointParameters): string;
export declare function toDebugString(input: EndpointV2): string;
export declare function toDebugString(input: GetAttrValue): string;
export declare function toDebugString(input: FunctionObject): string;
export declare function toDebugString(input: FunctionReturn): string;
export declare function toDebugString(input: EndpointObject): string;