Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/ef5796120531b324f1d805d19eb48e72a68ad49c4adb1fbe23662f22093d06669cafc09f0c4629e8e84f61e294804a5912bf92e44480c5f13478377b8217a6
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

2 lines
115 B
Text

import { EndpointARN } from "@smithy/types";
export declare const parseArn: (value: string) => EndpointARN | null;