Rocky_Mountain_Vending/.pnpm-store/v10/files/63/ec4e3fa4656da3a408bea8766ba912e30262c70ec26c90c18283abbfa72b58b3ba531abaf306fc00c56674ee7033409d7f33e258b7495cfa5d42e607097623
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

13 lines
359 B
Text

import { HttpResponse, SerdeContext } from "@smithy/types";
export declare const parseXmlBody: (
streamBody: any,
context: SerdeContext
) => any;
export declare const parseXmlErrorBody: (
errorBody: any,
context: SerdeContext
) => Promise<any>;
export declare const loadRestXmlErrorCode: (
output: HttpResponse,
data: any
) => string | undefined;