Rocky_Mountain_Vending/.pnpm-store/v10/files/23/beae0453f7f9c63bbcf38dca745356cd717076e3515a41db608124193592424e3e6a78fcd547b10758628ee20e314836ff15e21af3666c165433ff3e3c4616
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

20 lines
1 KiB
Text

import {
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;