Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/0797586af11baede265d0d36a1f4081488600bce119ca22370f1f0304182f6c85042b007756f35e5be812c5eb967422d71901fd45b7ff62a0a1e044e6b9b9e
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

10 lines
No EOL
489 B
Text

import type { HandleFunction, IncomingMessage, Server } from 'connect';
export declare const _LAYERS_STORE_PROPERTY: unique symbol;
export declare type UseArgs1 = [HandleFunction];
export declare type UseArgs2 = [string, HandleFunction];
export declare type UseArgs = UseArgs1 | UseArgs2;
export declare type Use = (...args: UseArgs) => Server;
export declare type PatchedRequest = {
[_LAYERS_STORE_PROPERTY]: string[];
} & IncomingMessage;
//# sourceMappingURL=internal-types.d.ts.map