Rocky_Mountain_Vending/.pnpm-store/v10/files/67/15acc1dc9284bcab8ca8d525d523a745531254eab0acc4ed6e32ed5df95ddf72eaedbaee452e2c98302ec0e170975d275f84872c0122e96a74f136bfea463b
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

8 lines
336 B
Text

import * as Types from '../types/types.js';
export declare function reset(): void;
export declare function handleEvent(event: Types.Events.Event): void;
export declare function finalize(): Promise<void>;
export interface PageFrameData {
frames: Map<string, Types.Events.TraceFrame>;
}
export declare function data(): PageFrameData;