Rocky_Mountain_Vending/.pnpm-store/v10/files/70/f7e984054759867dc0480734885bde25c53b3bc7955de58d6cadd95485e887de00f0bea4a8fb17b964412271e5a596f457359a4db2659bb14b1a459a5e658f
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

7 lines
636 B
Text

import type tsModule from 'typescript/lib/tsserverlibrary';
declare const serverBoundary: {
getSemanticDiagnosticsForExportDeclaration(source: tsModule.SourceFile, node: tsModule.ExportDeclaration): tsModule.Diagnostic[];
getSemanticDiagnosticsForExportVariableStatement(source: tsModule.SourceFile, node: tsModule.VariableStatement): tsModule.Diagnostic[];
getSemanticDiagnosticsForFunctionExport(source: tsModule.SourceFile, node: tsModule.FunctionDeclaration | tsModule.ArrowFunction | tsModule.FunctionExpression | tsModule.CallExpression | tsModule.Identifier): tsModule.Diagnostic[];
};
export default serverBoundary;