Rocky_Mountain_Vending/.pnpm-store/v10/files/58/ddd2321aec96534cc192f74d733800be7dd0849bda27ea9ee5de3b03b2c592b6d8fbcd3b7993b2db3f48204490dd01a0be6f8c8213f903d4a002003b414b4b
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

6 lines
238 B
Text

import type { SdkError } from "@smithy/types";
/**
* @internal
* @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code.
*/
export declare const defaultRetryDecider: (error: SdkError) => boolean;