Rocky_Mountain_Vending/.pnpm-store/v10/files/54/087afb6f1c29bfa2644cb638be5b753a3549f93fda22f8f1e952689595b4472ea4a5b613041dab8828a0c84ddf28ffebb519f8ce056c63d908ada04296f801
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
335 B
Text

import {
ServiceExceptionOptions as __ServiceExceptionOptions,
ServiceException as __ServiceException,
} from "@smithy/smithy-client";
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class SSOOIDCServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}