Rocky_Mountain_Vending/.pnpm-store/v10/files/70/d95bdb7266005b5a3e98986a2e0674609e179d35df6732562131758c67a11be4233600ce93488c9771fb2ce1b835722bcb1cf0ad96444d1ffe7f7e2294b406
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

13 lines
387 B
Text

import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
interface PreviouslyResolved {
bucketEndpoint?: boolean;
}
/**
* @internal
*/
export declare function bucketEndpointMiddleware(options: PreviouslyResolved): SerializeMiddleware<any, any>;
/**
* @internal
*/
export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions;
export {};