Rocky_Mountain_Vending/.pnpm-store/v10/files/be/08d6e8c551a201d8eb1a9f78df534cd2fbd5a6027fe09a8513b6371fcd309e5d9825c1764bbb3b5167e18f9c02eb421a36dfb6d3822b66f678680c1fc83835
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
239 B
Text

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