Rocky_Mountain_Vending/.pnpm-store/v10/files/f5/89c11ae00ab58d1e2005176fd1284144a4cb03da82ab25400fd18798e8e1223ce7995c9466d8a72603de75ca741edb719c7420b9b1539c79f31a6f77b7df9c
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

16 lines
1 KiB
Text

import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
export declare var AccessDeniedException$: StaticErrorSchema;
export declare var AuthorizationPendingException$: StaticErrorSchema;
export declare var CreateTokenRequest$: StaticStructureSchema;
export declare var CreateTokenResponse$: StaticStructureSchema;
export declare var ExpiredTokenException$: StaticErrorSchema;
export declare var InternalServerException$: StaticErrorSchema;
export declare var InvalidClientException$: StaticErrorSchema;
export declare var InvalidGrantException$: StaticErrorSchema;
export declare var InvalidRequestException$: StaticErrorSchema;
export declare var InvalidScopeException$: StaticErrorSchema;
export declare var SlowDownException$: StaticErrorSchema;
export declare var UnauthorizedClientException$: StaticErrorSchema;
export declare var UnsupportedGrantTypeException$: StaticErrorSchema;
export declare var SSOOIDCServiceException$: StaticErrorSchema;
export declare var CreateToken$: StaticOperationSchema;