Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/9576f442a9fbbffb5280d3b13074331bb1a8399dafa55ed07621372b4382188a29830514f01297ee9e32624429dd52dedcedef73c88379e55f65d6a3cf7c41
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

22 lines
521 B
Text

/** JSDoc */
export interface StackFrame {
filename?: string;
function?: string;
module?: string;
platform?: string;
lineno?: number;
colno?: number;
abs_path?: string;
context_line?: string;
pre_context?: string[];
post_context?: string[];
in_app?: boolean;
instruction_addr?: string;
addr_mode?: string;
vars?: {
[key: string]: any;
};
debug_id?: string;
module_metadata?: any;
}
//# sourceMappingURL=stackframe.d.ts.map