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>
13 lines
No EOL
368 B
Text
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 |