Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/6ae339461e13dcb942a831c2d65d367f6485b2b16868d4b1e6798106d1edee50e91a7497df26e7d8be02f9a07433b51f13fdc307d1a77241ae3d5a670f84a6
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
447 B
Text

import type tsModule from 'typescript/lib/tsserverlibrary';
declare const serverLayer: {
filterCompletionsAtPosition(entries: tsModule.CompletionEntry[]): tsModule.CompletionEntry[];
hasDisallowedReactAPIDefinition(definitions: readonly tsModule.DefinitionInfo[]): boolean;
getSemanticDiagnosticsForImportDeclaration(source: tsModule.SourceFile, node: tsModule.ImportDeclaration): tsModule.Diagnostic[];
};
export default serverLayer;