Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/6e0e985ba49bad4b0793e35b3a9914de4df95e1095ded8d62e0f7e0d56f6ed300abcf113edfc7ec197a988ecbb3c0458fa41a8d4d41d3d8d1d62cf454a8a01
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

14 lines
444 B
Text

import {
DeserializeMiddleware,
Pluggable,
RelativeMiddlewareOptions,
} from "@smithy/types";
interface PreviouslyResolved {}
export declare const s3ExpiresMiddleware: (
config: PreviouslyResolved
) => DeserializeMiddleware<any, any>;
export declare const s3ExpiresMiddlewareOptions: RelativeMiddlewareOptions;
export declare const getS3ExpiresMiddlewarePlugin: (
clientConfig: PreviouslyResolved
) => Pluggable<any, any>;
export {};