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>
9 lines
350 B
Text
9 lines
350 B
Text
export declare const fetch: unknown;
|
|
export declare const Headers: unknown;
|
|
export declare const Request: unknown;
|
|
export declare const Response: unknown;
|
|
export declare const AbortController: unknown;
|
|
export declare const FetchError: unknown;
|
|
export declare const AbortError: unknown;
|
|
export declare const isRedirect: unknown;
|
|
export default fetch;
|