Rocky_Mountain_Vending/.pnpm-store/v10/files/16/b4151cf62e9c3e1db84ce8b1f3c868361a1cb64faeb3097ab23c4aba846915e967c4ac9199b6f4fb9fce3737c2c5840653014849fbe081e56c92023ca8024e
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

13 lines
No EOL
368 B
Text

export declare enum AttributeNames {
CONNECT_TYPE = "connect.type",
CONNECT_NAME = "connect.name"
}
export declare enum ConnectTypes {
MIDDLEWARE = "middleware",
REQUEST_HANDLER = "request_handler"
}
export declare enum ConnectNames {
MIDDLEWARE = "middleware",
REQUEST_HANDLER = "request handler"
}
//# sourceMappingURL=AttributeNames.d.ts.map