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>
14 lines
444 B
Text
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 {};
|