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>
9 lines
611 B
Text
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;
|